全球运通对外接口
    全球运通对外接口
    • 下单预报接口
      POST
    • 轨迹查询接口
      POST
    • 直接获取面单接口
      GET
    • 获取订单详情接口
      POST
    • 塔向获取自提点接口
      POST
    • 订单取消接口
      POST

      订单取消接口

      开发中
      POST
      /api/order/cancel

      请求参数

      Body 参数application/json

      示例
      {
          "user_code": "YOTOTEST",
          "token": "vVTrLw3LNw7/zKTnBPH9wg==",
          "number": [
              "BEK9975POST"
          ]
      }

      请求示例代码

      Shell
      Java
      Go
      PHP
      Python
      HTTP
      请求示例请求示例
      Shell
      Java
      Go
      PHP
      curl --location --request POST 'https://tms-test.gjxlh.com/api/order/cancel' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "user_code": "YOTOTEST",
          "token": "vVTrLw3LNw7/zKTnBPH9wg==",
          "number": [
              "BEK9975POST"
          ]
      }'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {
          "status": "success",
          "msg": "请求成功",
          "data": null
      }
      修改于 2026-01-23 02:59:44
      上一页
      塔向获取自提点接口
      Built with