curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/booking/v2/listBoxPremiumInfo' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"boxSize": "string",
"goodsName": "string",
"bookingTime": "string",
"boxType": "string",
"soc": "string",
"emptyFull": "string"
}'
{
"state": "ok",
"code": 20000,
"msg": null,
"errorMsg": null,
"result": {
"compulsoryBuy": false,
"data": [
{
"boxPremiumNo": "CON2024042301",
"boxPremiumName": "箱体保险费",
"boxPremiumDescription": "保障限额:2000元/箱/航次",
"amount": 60
},
{
"boxPremiumNo": "CON2024042302",
"boxPremiumName": "箱体保险费",
"boxPremiumDescription": "保障限额:3000元/箱/航次",
"amount": 70
}
]
},
"responseOk": true
}