curl --location --request GET '/v2/afterSale?page=1&limit=10' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"source": 0,
"orderSn": "string",
"orderSn3": "string",
"sku": 0,
"num": 0,
"goodsFee": 0,
"logisticFee": 0,
"serviceTypeCode": "string",
"pickTypeCode": "string",
"reasonsTypeCode": "string",
"reasonsDescription": "string",
"userInfo": {},
"status": 0,
"createdTime": 0,
"consignee": "string",
"phone": "string",
"optionName": "string",
"price": "string",
"goodsImage": "string",
"goodsTitle": "string"
}
],
"count": 0
}
}