{
"reqHeader": {
"transTime": "string",
"transCode": "string",
"transSequence": "string",
"reqType": "string",
"reqId": "string",
"instMchtCode": "string",
"certificateId": "string",
"easyPayCertificateId": "string"
},
"reqBody": {
"applyInfo": {
"applyNo": "stringstri",
"backUrl": "string"
},
"memberCode": "string",
"agreementType": "PAPER",
"relationshipFilePathList": [
"string"
]
},
"reqSign": "string"
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/ext/baeMemberMcht/binding' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqHeader": {
"transTime": "string",
"transCode": "string",
"transSequence": "string",
"reqType": "string",
"reqId": "string",
"instMchtCode": "string",
"certificateId": "string",
"easyPayCertificateId": "string"
},
"reqBody": {
"applyInfo": {
"applyNo": "stringstri",
"backUrl": "string"
},
"memberCode": "string",
"agreementType": "PAPER",
"relationshipFilePathList": [
"string"
]
},
"reqSign": "string"
}'{
"rspHeader": {
"rspCode": "",
"rspInfo": "",
"transCode": "",
"transSequence": "",
"easyPayCertificateId": ""
},
"rspBody": {
"retCode": "",
"retMsg": "",
"applyNo": "",
"memberMchtId": "",
"memberCode": "",
"bindStatus": "",
"agreementType": "",
"agreementUrl": "",
"mchtCode": "",
"bindStatusMsg": "",
"agreementStatus": "",
"agreementStatusMsg": ""
}
}