{
"oid_partner": "string",
"txn_seqno": "string",
"timestamp": "string",
"notify_url": "string",
"bindMerchantInfo": {
"oid_partner": "string",
"payer_user_id": "string",
"company_id": "string"
},
"bindPlatformInfo": {
"fee_user_id": "string",
"comm_user_id": "string",
"hr_company_id": "string"
}
}curl --location 'https://accpapi.lianlianpay.com/v1/txn/apply-commission-transfer-relation' \
--header 'Signature-Data;' \
--header 'Signature-Type: RSA' \
--header 'Content-Type: application/json;charset=utf-8' \
--data '{
"oid_partner": "string",
"txn_seqno": "string",
"timestamp": "string",
"notify_url": "string",
"bindMerchantInfo": {
"oid_partner": "string",
"payer_user_id": "string",
"company_id": "string"
},
"bindPlatformInfo": {
"fee_user_id": "string",
"comm_user_id": "string",
"hr_company_id": "string"
}
}'{
"ret_code": "string",
"ret_msg": "string",
"oid_partner": "string",
"relation_id": "string",
"status": "string"
}