{
"country": "DE",
"weight": 30
}curl --location '/api/getChannelRate' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJkYXRlIjoxNzgyMTg2NDY1NTgyLCJzZWNyZXRLZXkiOiJhYjY1ZGE0ZWM3NjI0OTY0OGNmM2YyYzFhNzZjYmI0YiIsImN1c3RvbWVyQ29kZSI6InRlc3QifQ.ucSMiifdtMkhki2adWEIUHS3nbfWm4l_rD1QN51IDpbtHo7grCUdaJQYgkQYGrfXbtzqlu20TC-5V5aKVlL3fQ' \
--header 'Content-Type: application/json' \
--data '{
"country": "DE",
"weight": 30
}'{
"code": 0,
"message": "string",
"data": {
"detailList": [
{
"rateName": "string",
"rateType": "string",
"deliveryDay": "string",
"rateNote": "string",
"channelCode": "string",
"channelName": "string",
"channelBiz": "string",
"volumeRate": 0,
"areaName": "string",
"countryCode": "string",
"fuelName": "string",
"fuelRate": 0,
"remoteFlag": 0,
"billWeight": 0,
"frightMoney": 0,
"extraMoney": 0,
"totalMoney": 0,
"totalMoneyFormula": "string",
"currencyCode": "string",
"totalMoneyCny": 0,
"frightUnitPrice": 0,
"unitPrice": 0,
"costList": [
{
"costType": "string",
"costName": "string",
"currency": "string",
"cost": 0
}
]
}
]
}
}