curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/onlineProcessing/v2/saveCyExit' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"billNo": "AUWGPUL240670034",
"fleet": "广州市环洋船务有限公司",
"cnQty": 1
}
]'
{
"state": "ok",
"code": 20000,
"msg": "保存成功!",
"errorMsg": null,
"result": null,
"responseOk": true
}