{
"orderData":{
"channel":"",
"recipient":{
"zipcode":"",
"country":"DE",
"city":""
},
"weight":30.000
}
}curl --location '/api/getRate' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJkYXRlIjoxNzgyMTg2NDY1NTgyLCJzZWNyZXRLZXkiOiJhYjY1ZGE0ZWM3NjI0OTY0OGNmM2YyYzFhNzZjYmI0YiIsImN1c3RvbWVyQ29kZSI6InRlc3QifQ.ucSMiifdtMkhki2adWEIUHS3nbfWm4l_rD1QN51IDpbtHo7grCUdaJQYgkQYGrfXbtzqlu20TC-5V5aKVlL3fQ' \
--header 'Content-Type: application/json' \
--data '{
"orderData":{
"channel":"",
"recipient":{
"zipcode":"",
"country":"DE",
"city":""
},
"weight":30.000
}
}'{"code":500,"message":"渠道编码[NXD000412]在系统中不存在"}