{
"reqBody": {
"agentMchtCode": "string",
"deviceSn": "string",
"notifyUrl": "string",
"operType": "string",
"plusJson": {
"alipayIotSolution": "string"
},
"termFlag": "string"
}
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/merchant/terminal/auxTermVerify' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqBody": {
"agentMchtCode": "string",
"deviceSn": "string",
"notifyUrl": "string",
"operType": "string",
"plusJson": {
"alipayIotSolution": "string"
},
"termFlag": "string"
}
}'{
"rspBody": {
"deviceSn": "string",
"deviceType": "string",
"message": "string",
"retCode": "string",
"retMsg": "string",
"usable": "string"
},
"rspHeader": {
"rspCode": "string",
"rspInfo": "string",
"transCode": "string",
"transSequence": "string",
"easyPayCertificateId": "string"
}
}