curl --location --request GET '/admin/merchant/plat/cash/page'
{
"code": 0,
"msg": null,
"data": {
"records": [
{
"id": 1,
"applyTime": null,
"cashNo": "TX001673767605337",
"originalCurrency": "USD",
"amt": 2,
"cashCurrency": "CNY",
"rate": null,
"free": null,
"actualAmt": null,
"applyStatus": "WAIT",
"remark": null,
"createTime": "2023-01-16 15:26:45"
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"hitCount": false,
"searchCount": true,
"pages": 1
}
}