有人对接过奇门仓储api吗,现在有需求要去调通taobao.qimen.singleitem.synchronize这个接口。
接口地址 https://open.taobao.com/api.htm?docId=25998&docType=2&source=search#requestExample
但问题是.NET请求示例的代码黏贴过来直接报错,为了能正常运行就改了改代码让它能跑。请求这个接口后会报
<?xml version="1.0" encoding="utf-8" ?><response><flag>failure</flag><code>TOP41</code><message>Invalid arguments:Invalid arguments</message><sub_code>parameter-error</sub_code><sub_message>Invalid arguments:parameter format is xml , but parse error</sub_message><request_id>gtdt6ukud9xd</request_id></response>
Invalid arguments:Invalid arguments错误,是某个字段出问题?可以排查难度太大,而且改代码也可能破坏了原有的结构。有无老哥解答