{
"parentMerchantNo": "string",
"merchantNo": "string",
"applyMerchantNo": "string",
"merchantAccountBookNo": "string",
"ypAccountBookNo": "string",
"queryStartDate": "string",
"queryEndDate": "string",
"pageNo": 0,
"pageSize": 500
}{
"result": {
"returnCode": "UA00000",
"returnMsg": "string",
"totalCount": 0,
"recordList": [
{
"merchantNo": "string",
"orderNo": "string",
"requestNo": "string",
"status": "string",
"orderAmount": 1,
"creditAmount": 1,
"fee": 0.01,
"createTime": "string",
"finishTime": "string",
"payType": "string",
"payerAccountNo": "string",
"payerAccountName": "string",
"ypAccountBookNo": "string",
"reason": "string",
"bankCode": "string",
"bankName": "string",
"remitComment": "string",
"remark": "string"
}
]
}
}