curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/onlineProcessing/v2/validateCyExit' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"billNoList": [
"AUWGPUL240670034"
]
}'
{
"state": "ok",
"code": 20000,
"msg": "验证通过!",
"errorMsg": null,
"result": null,
"responseOk": true
}