{
"reqBody": {
"applyNo": "string",
"orgCode": "string"
}
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/merchant/query/applyStatusQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqBody": {
"applyNo": "string",
"orgCode": "string"
}
}'{
"rspBody": {
"applyNo": "string",
"applyNoState": "0",
"applyDetail": "string",
"applyReason": "string",
"effDatetime": "string",
"expDatetime": "string",
"orgCode": "string",
"mchtCode": "string",
"merTrace": "string",
"backUrl": "string",
"playType": "string",
"reason": "string",
"staffId": "string",
"auditStaffId": "string",
"auditOrgCode": "string",
"remark": "string",
"createDatetime": "string",
"updateDatetime": "string",
"notifyStatus": "string",
"notifyRemark": "string",
"retCode": "string",
"retMsg": "string"
}
}