gpt4 book ai didi

postman :表单数据请求中的字段排序

转载 作者:行者123 更新时间:2023-12-02 18:07:25 25 4
gpt4 key购买 nike

我有a server set up我可以成功向其发送以下请求:

curl localhost:8081/graphql   \
-F operations='{ "query": "mutation ($file: Upload!) { uploadFile(file: $file) { id } }", "variables": { "file": null } }'
-F map='{ "0": ["variables.file"] }'
-F 0=@a.txt

但是,如果我将其粘贴到 Postman 中,或者尝试手动构建请求,我会在服务器端收到错误消息

Custom error: Misordered multipart fields; files should follow “map” (https://github.com/jaydenseric/graphql-multipart-request-spec).

但是在 Postman 中,我按顺序定义了字段:

postman field ordering

Postman 是否会自行执行任何操作来重新排序字段?我可以做些什么来控制订单吗?

更新:在此处向 Postman 提交了一个错误:https://github.com/postmanlabs/postman-app-support/issues/4461

最佳答案

postman config

这种方式对我有用,我没有将文件名指定为“0”,而是指定了“nfile”,并且顺序保持相同的操作,map和nfile

关于 postman :表单数据请求中的字段排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49771811/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com