0

使用相同的请求正文直接调用 API 有效,

但发送批处理的相同正文部分会引发无效的 json 异常:

--batch_myBatchId 内容类型:应用程序/http 内容传输编码:二进制

POST foo/bar HTTP/1.1
Content-Type: application/json

{
   "key" :[
        "valuestring"
    ]
}

--batch_myBatchId```

message":"Invalid JSON. More than one value was found at the root of the JSON content.
4

0 回答 0