curl报文测试

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

猜你喜欢

转载自www.cnblogs.com/fubinhnust/p/11973660.html
今日推荐