当前位置:首页 > Web开发 > 正文

curl报文测试

2024-03-31 Web开发

curl -X POST http://127.0.0.1:8010/api/kc/kc.sku.create -H Content-Type: application/json;charset=UTF-8-H Postman-Token: dbdb89e5-8cce-4dfb-a430-3f700fd7609c-H cache-control: no-cache-d { "header":{ "appkey":"NLDS", "appsecret":"IVxJA2hJ18IezusdUKHW2w==", "requestid":"3c224fe5-155a-44c1-908b-3133dcd4686a", "timestamp":"1572332611" }, "body":{ "data":[ { "skuCode": "test", "name": "interface test", "brandName": "", "skuNumber": "test", "warehouseCode": "test", "companyCode": "test" } ] } }

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/41807.html