1. 订单
轻舟
  • 订单
    • 获取访问秘钥
      POST
    • 查询渠道
      POST
    • 询价
      POST
    • 费用试算
      POST
    • 创建订单
      POST
    • 查询订单
      POST
    • 取消订单
      POST
    • 打印标签
      POST
    • 查询轨迹
      POST
    • 查询基础资料
      POST
  • 设备
    • 推送数据
      POST
  1. 订单

询价

POST
/api/getChannelRate

请求参数

Header 参数

Body 参数application/json

示例
{
    "country": "DE",
    "weight": 30
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/api/getChannelRate' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJkYXRlIjoxNzgyMTg2NDY1NTgyLCJzZWNyZXRLZXkiOiJhYjY1ZGE0ZWM3NjI0OTY0OGNmM2YyYzFhNzZjYmI0YiIsImN1c3RvbWVyQ29kZSI6InRlc3QifQ.ucSMiifdtMkhki2adWEIUHS3nbfWm4l_rD1QN51IDpbtHo7grCUdaJQYgkQYGrfXbtzqlu20TC-5V5aKVlL3fQ' \
--header 'Content-Type: application/json' \
--data '{
    "country": "DE",
    "weight": 30
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "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
                    }
                ]
            }
        ]
    }
}
修改于 2026-06-23 03:48:25
上一页
查询渠道
下一页
费用试算
Built with