<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:chec="checkStatus">
<soapenv:Header/>
<soapenv:Body>
<chec:checkStatus>
<!--Optional:-->
<chec:applyDate>{"id":"BLCT1710381666460","rsv1":"","rsv2":"","jobId":"sendCheckStatus","changePlace":"D","status":"Y","cntrNo":"IAAU1923373","barCode":"933044754567","checkTime":"20240314100105","operCode":"A"}</chec:applyDate>
</chec:checkStatus>
</soapenv:Body>
</soapenv:Envelope>curl --location '/api/checkStatusApi?applyDate=undefined' \
--header 'Content-Type: application/xml' \
--data '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:chec="checkStatus">
<soapenv:Header/>
<soapenv:Body>
<chec:checkStatus>
<!--Optional:-->
<chec:applyDate>{"id":"BLCT1710381666460","rsv1":"","rsv2":"","jobId":"sendCheckStatus","changePlace":"D","status":"Y","cntrNo":"IAAU1923373","barCode":"933044754567","checkTime":"20240314100105","operCode":"A"}</chec:applyDate>
</chec:checkStatus>
</soapenv:Body>
</soapenv:Envelope>'<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><checkStatusResponse xmlns="checkStatus"><return>{"jobId":"sendCheckStatus","msgId":"0000","id":"BLCT1710286970214","msgDESC":"验箱状态接收成功"}</return></checkStatusResponse></soap:Body></soap:Envelope>