码迷,mamicode.com
首页 > Web开发 > 详细

curl报文测试

时间:2019-12-02 23:22:31      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:post   ati   color   data   head   token   body   ade   set   

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"
}
]
}
}

 

curl报文测试

标签:post   ati   color   data   head   token   body   ade   set   

原文地址:https://www.cnblogs.com/fubinhnust/p/11973660.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!