curl --location --request GET '/app-api/trade/after-sale/page?pageNo=1&pageSize=10' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"no": "1146347329394184195",
"status": 1,
"way": 1,
"type": 1,
"applyReason": "1",
"applyDescription": "1",
"applyPicUrls": 1,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"orderId": 1,
"orderNo": "1",
"orderItemId": 1,
"spuId": 1,
"spuName": "1",
"skuId": 1,
"properties": [
{
"propertyId": "1",
"propertyName": "颜色",
"valueId": "1024",
"valueName": "红色"
}
],
"picUrl": "https://www.iocoder.cn/01.jpg",
"count": 1,
"auditReason": "string",
"refundPrice": 100,
"refundTime": "2019-08-24T14:15:22.123Z",
"logisticsId": 1,
"logisticsNo": "SF123456789",
"deliveryTime": "2019-08-24T14:15:22.123Z",
"receiveTime": "2019-08-24T14:15:22.123Z",
"receiveReason": "string"
}
],
"total": 0
},
"msg": "string"
}