{
"requestId": "string",
"timestamp": "string",
"nonce": "stringstringstri",
"sign": "string",
"reqBody": {
"merchantNo": "string",
"channelType": 0,
"startDate": "string",
"endDate": "string",
"shopNo": "string",
"pageNum": 0,
"pageSize": 0
}
}curl --location 'https://openapi-dev.51shoubei.com/openApi/v1/openpay/mkt/asset/reconciliation' \
--header 'api-key: AK-0bf4488ad8eb464da0d6ff5816721f01' \
--header 'Content-Type: application/json' \
--data '{
"requestId": "string",
"timestamp": "string",
"nonce": "stringstringstri",
"sign": "string",
"reqBody": {
"merchantNo": "string",
"channelType": 0,
"startDate": "string",
"endDate": "string",
"shopNo": "string",
"pageNum": 0,
"pageSize": 0
}
}'{
"code": "200",
"msg": "",
"timestamp": "",
"sign": "",
"nonce": "",
"rspBody": {
"merchantNo": "",
"channelType": 0,
"totalCount": 0,
"records": [
{
"outOrderNo": "",
"channelOrderNo": "",
"amount": 0,
"status": "",
"tradeTime": "",
"assetNo": "",
"tradeType": 0
}
]
}
}