curl --location --request GET '/admin-api/pay/refund/page?pageNo=1&pageSize=10' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"no": "110",
"appId": 1024,
"channelId": 2048,
"channelCode": "wx_app",
"orderId": 1024,
"merchantOrderId": "225",
"merchantRefundId": "512",
"notifyUrl": "string",
"status": 0,
"payPrice": 100,
"refundPrice": 200,
"reason": "我要退了",
"userIp": "127.0.0.1",
"channelOrderNo": "233",
"channelRefundNo": "2022",
"successTime": "2019-08-24T14:15:22.123Z",
"channelErrorCode": "string",
"channelErrorMsg": "string",
"channelNotifyData": "string",
"id": 1024,
"appName": "我是万众智联",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}