curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/bill/v2/submitBoxNo' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"billNo": "APSOUKK240000041",
"boxData": [
{
"boxNo": "TELU2416283",
"sealNo3": "1111221",
"weight": 27001
},
{
"boxNo": "TELU2351958",
"sealNo3": "1111222",
"weight": 27002
},
{
"boxNo": "TELU2256518",
"sealNo3": "1111223",
"weight": 27003
}
]
}'
{
"state": "ok",
"code": 20000,
"msg": "提交成功!",
"errorMsg": null,
"result": null,
"responseOk": true
}