[
{
"orderId": "{% mock 'timestamp' %}",
"buyerWangwang": "测试客户旺旺号",
"address": "测试环境,订单不允许发货",
"buyerName": "181932",
"buyerNote": "",
"buyerPhone": "13812341234",
"city": "深圳市",
"contactName": "测试",
"contactPhone": "18974777883",
"county": "宝安区",
"customArriveStatus": "2",
"version": "v2",
"goodsList": [
{
"goodsNumber": "1",
"sku": "lj-test"
}
],
"isAutoAppoint": "1",
"originShop": "测试",
"province": "广东省",
"serveCategory": 1,
"spType": "enterprise",
"toMasterId": "3946828213",
"serveType": 4
}
]
curl --location --request POST '/order/batchCreateAsync' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"orderId": "{% mock '\''timestamp'\'' %}",
"buyerWangwang": "测试客户旺旺号",
"address": "测试环境,订单不允许发货",
"buyerName": "181932",
"buyerNote": "",
"buyerPhone": "13812341234",
"city": "深圳市",
"contactName": "测试",
"contactPhone": "18974777883",
"county": "宝安区",
"customArriveStatus": "2",
"version": "v2",
"goodsList": [
{
"goodsNumber": "1",
"sku": "lj-test"
}
],
"isAutoAppoint": "1",
"originShop": "测试",
"province": "广东省",
"serveCategory": 1,
"spType": "enterprise",
"toMasterId": "3946828213",
"serveType": 4
}
]'
{
"retCode": "200",
"retData": 1,
"retMsg": "成功"
}