curl --location 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/merchant/channel/mchtTermInRecordQuery' \
--header 'Content-Type: application/json' \
--data '{
"reqBody": {
"mchtCode": "string",
"termCode": "string",
"payAbilityCode": "WeChat"
}
}'{
"rspBody": {
"mchtTermInRecordList": [
{
"mchtCode": "string",
"termCode": "string",
"subMchtCode": "string",
"payAbilityCode": "WeChat",
"channelCode": "NUCCPAYAT",
"termInStatus": "WAIT",
"termStatus": "REUSE",
"termType": "02",
"termAddress": "string",
"termAreaCode": "string",
"serialNum": "string",
"createDatetime": "2019-08-24T14:15:22.123Z",
"updateDatetime": "2019-08-24T14:15:22.123Z",
"bizRetcode": "string",
"bizRetmsg": "string",
"channelRetCode": "string",
"channelRetMsg": "string"
}
],
"retCode": "string",
"retMsg": "string"
}
}