{
"mchNo": "M1755581016",
"appId": "68a40a59e4b0bf61830a5687",
"reqTime": "1622016572190",
"version": "1.0",
"sign": "Base64编码的RSA2签名字符串",
"signType": "RSA2",
"ifCode": "dgpay",
"channelExtra": "string"
}curl --location --request POST 'https://pay.cnyepay.com/api/cashout/balance/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchNo": "M1755581016",
"appId": "68a40a59e4b0bf61830a5687",
"reqTime": "1622016572190",
"version": "1.0",
"sign": "Base64编码的RSA2签名字符串",
"signType": "RSA2",
"ifCode": "dgpay",
"channelExtra": "string"
}'{
"code": 0,
"msg": "SUCCESS",
"sign": "string",
"data": {
"balance": 0,
"frozenBalance": 0,
"totalBalance": 0
}
}