{
"shopId": "58",
"orderId": "94",
"transactionId": "47",
"state": 1,
"finalePrice": 24,
"staffId": "9",
"originalPrice": 98,
"orderItemList": [
{
"orderId": "4",
"id": "47",
"productId": "53",
"skuId": "2",
"banner": "ipsum commodo amet ut velit",
"name": "只各备对",
"num": 0,
"originalUnitPrice": 0,
"freight": 0,
"discountPrice": 0,
"finalePrice": 0,
"value": ",",
"state": 1,
"xlbAfterSaleStatus": 1
}
],
"externalUserId": "84",
"createTime": "2004-04-09 04:30:03",
"shipReceiver": "",
"shipPhone": "",
"shipAddress": ""
}curl --location --request POST 'https://w.xiaoliebian.com/api/demo-wechat-work/open/api/customer/order/add' \
--header 'Authorization: Bearer 64FMJbvkyQC2EHY8G9' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "58",
"orderId": "94",
"transactionId": "47",
"state": 1,
"finalePrice": 24,
"staffId": "9",
"originalPrice": 98,
"orderItemList": [
{
"orderId": "4",
"id": "47",
"productId": "53",
"skuId": "2",
"banner": "ipsum commodo amet ut velit",
"name": "只各备对",
"num": 0,
"originalUnitPrice": 0,
"freight": 0,
"discountPrice": 0,
"finalePrice": 0,
"value": ",",
"state": 1,
"xlbAfterSaleStatus": 1
}
],
"externalUserId": "84",
"createTime": "2004-04-09 04:30:03",
"shipReceiver": "",
"shipPhone": "",
"shipAddress": ""
}'{
"success": true,
"code": 0,
"msg": "",
"value": "",
"traceId": ""
}