{
"pageNum": 1,
"pageSize": 10,
"exportExcel": true,
"orderByColumn": "string",
"isAsc": "asc",
"reasonable": true,
"refundStatus": 0,
"isDistribution": false
}curl --location --request POST '/order/goods/refund/refundList' \
--header 'Authorization: {{Authorization}}' \
--header 'Language: zh' \
--header 'App-Type: 2' \
--header 'Client-Type: 3' \
--header 'Version-Number: 2.0.0' \
--header 'Device-Id: 11111111' \
--header 'Device-Brand: iphone' \
--header 'Device-Model: iphone 17 pro max' \
--header 'App-Name: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"exportExcel": true,
"orderByColumn": "string",
"isAsc": "asc",
"reasonable": true,
"refundStatus": 0,
"isDistribution": false
}'{
"total": 0,
"rows": [
{
"id": 0,
"orderId": 0,
"orderNo": "",
"distributionUserId": "",
"distributionShopName": "",
"distributionShopImage": "",
"actualPayAmount": 0.0,
"createTime": "",
"spuName": "",
"skuName": "",
"sellPrice": 0.0,
"skuPicUrl": "",
"buyCount": 0,
"refundStatus": 0
}
],
"code": 0,
"msg": ""
}