curl --location --request GET '/api/user/aftersales/list' \
--header 'X-Shop-Id: 0'
{
"records": [
{
"orderId": 0,
"orderSn": "string",
"shippingTime": "string",
"items": [
{
"addressId": 0,
"shippingType": {
"property1": {
"typeId": 0,
"shopId": 0,
"typeName": "string"
},
"property2": {
"typeId": 0,
"shopId": 0,
"typeName": "string"
}
},
"payTypeId": 0,
"usePoint": 0,
"useBalance": 0,
"useCouponIds": [
0
],
"selectUserCouponIds": [
0
],
"flowType": 0
}
]
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}