curl --location 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/trade/guarantee/query' \
--header 'Content-Type: application/json' \
--data '{
"reqBody": {
"reqInfo": {
"mchtCode": "string",
"termCode": "string"
},
"payInfo": {
"bizScen": "string",
"bizType": "string",
"payType": "string",
"transDate": "string"
},
"reqOrderInfo": {
"orgTrace": "string",
"oriOrgTrace": "string",
"oriTransDate": "string"
}
}
}'{
"rspBody": {
"respStateInfo": {
"appendRetCode": "string",
"appendRetMsg": "string",
"respCode": "string",
"respDesc": "string",
"transState": "string",
"transStatusDesc": "string"
},
"respOrderInfo": {
"applyAmt": 0,
"finishAmt": 0,
"releaseAmt": 0,
"oriApplyTrace": "string",
"oriCancelTrace": "string",
"oriFinishTrace": "string",
"applyState": "string",
"otherState": "A",
"outCdnoType": "string",
"tradeBeginTime": "string",
"tradeEndTime": "string"
}
}
}