curl --location --request POST '/api/admin/system/store/order/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"list": {
"limit": 0,
"list": [
{
"backIntegral": 0,
"clerkName": "string",
"createTime": "2019-08-24T14:15:22Z",
"gainIntegral": 0,
"id": 0,
"isDel": true,
"isSystemDel": true,
"mark": "string",
"orderId": "string",
"orderType": "string",
"paid": true,
"payPostage": 0,
"payPrice": 0,
"payTime": "2019-08-24T14:15:22Z",
"payType": "string",
"payTypeStr": "string",
"productList": [
{
"id": 0,
"info": {
"attrValueId": 0,
"giveIntegral": 0,
"image": "string",
"isReply": 0,
"isSub": true,
"payNum": 0,
"price": 0,
"productId": 0,
"productName": "string",
"productType": 0,
"sku": "string",
"tempId": 0,
"vipPrice": 0,
"volume": 0,
"weight": 0
},
"orderId": 0,
"productId": 0,
"unique": "string"
}
],
"realName": "string",
"refundPrice": 0,
"refundReason": "string",
"refundReasonTime": "2019-08-24T14:15:22Z",
"refundReasonWap": "string",
"refundReasonWapExplain": "string",
"refundReasonWapImg": "string",
"refundStatus": 0,
"remark": "string",
"shippingType": 0,
"spreadInfo": {
"id": 0,
"name": "string"
},
"status": 0,
"statusStr": {
"property1": "string",
"property2": "string"
},
"storeName": "string",
"totalNum": 0,
"totalPostage": 0,
"totalPrice": 0,
"uid": 0,
"useIntegral": 0,
"userPhone": "string",
"verifyCode": "string"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"orderTotalPrice": 0,
"refundTotal": 0,
"refundTotalPrice": 0,
"total": 0
},
"message": "string"
}