{
"boxSize": "string",
"goodsName": "string",
"bookingTime": "string",
"boxType": "string",
"soc": "string",
"emptyFull": "string"
}
curl --location --request POST 'http://222.79.247.164:8081/api/booking/listBoxPremiumInfo' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"boxSize": "string",
"goodsName": "string",
"bookingTime": "string",
"boxType": "string",
"soc": "string",
"emptyFull": "string"
}'
{
"status_code": 200,
"state": "ok",
"data": {
"compulsoryBuy": false,
"data": [
{
"boxPremiumNo": "CON2024042301",
"boxPremiumName": "箱体保险费",
"boxPremiumDescription": "保障限额:2000元/箱/航次",
"amount": 60
},
{
"boxPremiumNo": "CON2024042302",
"boxPremiumName": "箱体保险费",
"boxPremiumDescription": "保障限额:3000元/箱/航次",
"amount": 70
}
]
}
}