{
"cashNo": "string",
"rate": "string",
"fee": "string",
"actualAmt": "string",
"applyStatus": "string",
"remark": "string",
"cashFeeList": [
{
"feeName": "string",
"feeAmt": "string"
}
]
}
curl --location --request POST '/admin/merchant/admin/cash/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"cashNo": "string",
"rate": "string",
"fee": "string",
"actualAmt": "string",
"applyStatus": "string",
"remark": "string",
"cashFeeList": [
{
"feeName": "string",
"feeAmt": "string"
}
]
}'
{
"code": 0,
"msg": null,
"data": {
"records": [
{
"id": 0,
"applyTime": null,
"cashNo": "string",
"mchNo": "string",
"mchName": "string",
"originalCurrency": "string",
"amt": 0,
"cashCurrency": "string",
"rate": null,
"free": null,
"actualAmt": null,
"applyStatus": "string",
"remark": null,
"createTime": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"hitCount": true,
"searchCount": true,
"pages": 0
}
}