{
"preOrderNo": "string",
"orderMerchantRequestList": [
{
"merId": "string",
"remark": "string"
}
],
"endStationId": "string"
}curl --location --request POST '/api/front/order/computed/price' \
--header 'Content-Type: application/json' \
--data-raw '{
"preOrderNo": "string",
"orderMerchantRequestList": [
{
"merId": "string",
"remark": "string"
}
],
"endStationId": "string"
}'{
"code": 0,
"message": "",
"data": {
"freightFee": 0.0,
"payFee": 0.0,
"proTotalFee": 0.0,
"merOrderResponseList": [
{
"merId": 0,
"freightFee": 0.0
}
]
}
}