curl --location --request POST 'https://mtest.eycard.cn:4443/AG_MerchantManagementSystem_Core/agent/api/gen' \
--form 'merEntrySysApplyCancelDto="{\"applyment_id\": \"2000002230901241\",\"channel_id\": \"1111111111\"}"' \
--form 'version="1.0"' \
--form 'clientCode="61165070"' \
--form 'messageType="APPLYQUERYRESULT"' \
--form 'MAC="{{MAC}}"'
{
"rejectParam": null,
"applymentState": "APPLYMENT_STATE_CANCELED",
"rejectReason": null,
"messageType": "APPLYQUERYRESULT",
"clientCode": "61165070",
"qrcodeData": null,
"retCode": "0000",
"retMsg": "成功[OK]",
"version": "1.0",
"MAC": "3BF00C7930D7B138BD27B7A742AAB804"
}