curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/baseData/v2/listShipments' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"billNo": "AGRLKGB240249237"
}'
{
"state": "ok",
"code": 20000,
"msg": null,
"errorMsg": null,
"result": [
{
"shipOrder": "1",
"shipName": "华达610",
"voyage": "2409S",
"counts": 4,
"dischargingPort": "广澳",
"loadingPort": "营口",
"etd": "2024-05-03",
"atd": "2024-05-03",
"eta": "2024-05-08",
"ata": "2024-05-08",
"mainPeriod": "干线",
"boxNos": [
"FBIU0138430",
"NLLU2010009",
"TELU2065614",
"TEMU1235469"
]
},
{
"shipOrder": "2",
"shipName": "兴隆29",
"voyage": "24104",
"counts": 4,
"dischargingPort": "揭阳",
"loadingPort": "广澳",
"etd": "2024-05-11",
"atd": "2024-05-11",
"eta": "2024-05-12",
"ata": "2024-05-12",
"mainPeriod": "支线",
"boxNos": [
"FBIU0138430",
"NLLU2010009",
"TELU2065614",
"TEMU1235469"
]
}
],
"responseOk": true
}