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

      塔向获取自提点接口

      POST
      /api/order/sync_pickup_point

      请求参数

      Body 参数application/json

      示例
      {
          "user_code": "string",
          "token": "string"
      }

      请求示例代码

      Shell
      Java
      Go
      PHP
      Python
      HTTP
      请求示例请求示例
      Shell
      Java
      Go
      PHP
      curl --location --request POST 'https://tms-test.gjxlh.com/api/order/sync_pickup_point' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "user_code": "string",
          "token": "string"
      }'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {
          "status": "string",
          "msg": "string",
          "points": [
              {
                  "pointId": "string",
                  "city": "string",
                  "address": "string"
              }
          ]
      }
      修改于 2025-12-22 02:39:33
      上一页
      获取订单详情接口
      下一页
      订单取消接口
      Built with