{
"addressId": 0,
"couponId": 0,
"preOrderNo": "string",
"shippingType": 0,
"useIntegral": true
}curl --location --request POST '/api/front/order/computed/price' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressId": 0,
"couponId": 0,
"preOrderNo": "string",
"shippingType": 0,
"useIntegral": true
}'{
"code": 0,
"data": {
"couponFee": 0,
"deductionPrice": 0,
"freightFee": 0,
"payFee": 0,
"proTotalFee": 0,
"surplusIntegral": 0,
"useIntegral": true,
"usedIntegral": 0
},
"message": "string"
}