{
"reqBody": {
"mchtCode": "string",
"subMchtCode": "string",
"subAppId": "string"
}
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/merchant/channel/wx/addSubAppidConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqBody": {
"mchtCode": "string",
"subMchtCode": "string",
"subAppId": "string"
}
}'{
"rspBody": {
"retCode": "string",
"retMsg": "string",
"respList": {
"subAppId": "string",
"code": "string",
"msg": "string"
},
"ctrlStatus": {
"ctrlCode": "string",
"ctrlStatus": "string",
"ctrlStatusMsg": "string",
"effDatetime": "string",
"expDatetime": "string",
"retCode": "string",
"retMsg": "string"
}
}
}