curl --location 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/merchant/query/termTmk' \
--header 'Content-Type: application/json' \
--data '{
"reqBody": {
"termMerCode": "string",
"termTermCode": "string"
}
}'{
"rspBody": {
"mchtCode": "string",
"termCode": "string",
"termMerCode": "string",
"termTermCode": "string",
"termAuthorizeCode": "string",
"retCode": "string",
"retMsg": "string"
}
}