{
"mchNo": "M1755581016",
"appId": "68a40a59e4b0bf61830a5687",
"reqTime": "1622016572190",
"version": "1.0",
"sign": "Base64编码的RSA2签名字符串",
"signType": "RSA2",
"ifCode": "wxpay",
"receiverAlias": "张三",
"receiverGroupId": 10001,
"accType": 1,
"accNo": "1231312@qq.com",
"accName": "张三",
"relationType": "SERVICE_PROVIDER",
"relationTypeName": "string",
"channelExtInfo": "string",
"divisionProfit": "0.3"
}curl --location --request POST 'https://pay.cnyepay.com/api/division/receiver/bind' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchNo": "M1755581016",
"appId": "68a40a59e4b0bf61830a5687",
"reqTime": "1622016572190",
"version": "1.0",
"sign": "Base64编码的RSA2签名字符串",
"signType": "RSA2",
"ifCode": "wxpay",
"receiverAlias": "张三",
"receiverGroupId": 10001,
"accType": 1,
"accNo": "1231312@qq.com",
"accName": "张三",
"relationType": "SERVICE_PROVIDER",
"relationTypeName": "string",
"channelExtInfo": "string",
"divisionProfit": "0.3"
}'{
"code": 0,
"msg": "SUCCESS",
"sign": "string",
"data": {
"receiverId": 0,
"receiverAlias": "string",
"receiverGroupId": 0,
"accType": 0,
"accNo": "string",
"accName": "string",
"relationType": "string",
"channelExtInfo": "string",
"divisionProfit": "string",
"bindSuccessTime": 0,
"bindState": 0,
"errCode": "string",
"errMsg": "string"
}
}