{
"page": "string",
"size": "string",
"queryParam": {
"merchantId": "string",
"virtualCardId": "string",
"feeType": "string",
"startTime": "string",
"endTime": "string"
}
}curl --location --request POST '/api/open/rest/cardFeeOrderList' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'X-Signature: {{reqest_sign}}' \
--header 'X-Timestamp: {{$date.millisecondsTimestamp}}' \
--header 'X-Nonce: {{$helpers.rangeToNumber(min=10000000000,max=99999999999)}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": "string",
"size": "string",
"queryParam": {
"merchantId": "string",
"virtualCardId": "string",
"feeType": "string",
"startTime": "string",
"endTime": "string"
}
}'{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"id": "",
"feeOrderId": "",
"payOrderId": "",
"virtualCardId": "",
"cardNo": "",
"cardHandler": "",
"deductCardNo": "",
"tenantId": "",
"tenantName": "",
"walletNo": "",
"feeType": "",
"feeAmount": 0.0,
"feeCurrency": "",
"status": "",
"applyId": "",
"createTime": ""
}
],
"total": 0,
"size": 0,
"current": 0
}
}