{
"appId": "34ecxxxxxx78f7",
"sign": "Platform",
"param": "{\"batchNo\": \"BU5Q2356500063453184\", \"timestamp\": 1717205130000,\"countryCode\":\"ID\",\"pageNum\": 1,\"pageSize\": 1}"
}curl --location '/open-api/disbursement/batch/detail' \
--header 'Content-Type: application/json' \
--data '{
"appId": "34ecxxxxxx78f7",
"sign": "Platform",
"param": "{\"batchNo\": \"BU5Q2356500063453184\", \"timestamp\": 1717205130000,\"countryCode\":\"ID\",\"pageNum\": 1,\"pageSize\": 1}"
}'{
"code": 10000,
"message": "成功",
"data": {
"batchNo": "BU5Q2356500063453184",
"total": 1,
"pageNum": 1,
"pageSize": 1,
"items": [
{
"itemNo": 1,
"mchOrderId": "OR8999456456454",
"amount": 1000000,
"accountNo": "0822111111",
"accountName": "jj",
"status": "PENDING"
}
]
}
}