Authorization: Bearer ********************
curl --location --request GET '/pay/settle/page'
{
"code": 0,
"msg": "string",
"data": {
"records": [
{
"id": 0,
"settleNo": "string",
"tradeNum": 0,
"refundNum": 0,
"totalAmount": 0,
"actualAmount": 0,
"freeAmount": 0,
"createTime": "string",
"updateTime": null
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"hitCount": true,
"searchCount": true,
"pages": 0
}
}