{
"declaredValue": "10",
"startport": "钦州",
"endport":"营口",
"goodsId": "vjAAAACEMpA81mvC",
"bookingNo": "",
"boxType":"GP"
}
curl --location --request POST 'http://222.79.247.164:8081/api/booking/calculationPremium' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"declaredValue": "10",
"startport": "钦州",
"endport":"营口",
"goodsId": "vjAAAACEMpA81mvC",
"bookingNo": "",
"boxType":"GP"
}'
{
"status_code": 200,
"data": {
"msg": "应付保费获取成功,为addInsurance(元):48.0",
"minDeclaredValue": 10,
"addInsurance": 48
},
"state": "ok"
}