curl --location --request GET 'https://b2c.sdcr.cn/api/addon-open-client/order/detail?orderNo=' \
--header 'Authorization;' \
--header 'Client-Type;' \
--header 'Shop-Id;'{
"code": 200,
"data": {
"no": "string",
"type": "COMMON",
"status": "UNPAID",
"platform": "WECHAT_MINI_APP",
"buyerNickname": "string",
"orderPayment": {
"type": "BALANCE",
"totalAmount": 0,
"discountAmount": 0,
"freightAmount": 0,
"payAmount": 0,
"payTime": "string"
},
"orderReceiver": {
"name": "string",
"mobile": "string",
"areaCode": [
"string"
],
"address": "string"
},
"shopOrderPackages": [
{
"id": "string",
"status": "WAITING_FOR_DELIVER",
"shopId": "string",
"deliveryTime": "string",
"expressCompanyCode": "string",
"expressCompanyName": "string",
"expressNo": "string"
}
],
"shopOrders": [
{
"no": "string",
"status": "OK",
"shopId": "string",
"totalAmount": 0,
"discountAmount": 0,
"freightAmount": 0,
"shopOrderItems": [
{
"shopId": "string",
"status": "OK",
"productId": "string",
"productName": "string",
"specs": [
"string"
],
"num": 0,
"salePrice": 0,
"dealPrice": 0,
"freightPrice": 0,
"weight": 0,
"packageId": "string",
"packageStatus": "WAITING_FOR_DELIVER",
"afsNo": "string",
"afsStatus": "NONE"
}
],
"remark": "string"
}
],
"createTime": "string",
"remark": "string"
},
"success": true,
"msg": "string"
}