API调用说明文档

API 请求域名

调用地址
测试 http://dms.qa.xiyou56.com/v1/open-api/{service}
生产 https://dms.xiyou56.com/v1/open-api/{service}

请求方式

接口无说明统一为POST
以具体接口说明的请求方式为准

请求说明

例如
https://dms.qa.xiyou56.com/v1/open-api/tracking

  • Header
参数 是否必填 说明
Content-Type 必填 application/json;charset=UTF-8
x-lt-openKeyId 必填 访问用户隐私数据时的唯一权限标识 openKeyId
x-lt-timestamp 必填 请求时间戳,格式为时间转换为毫秒的值,也就是从1970年1月1日起至今的时间转换为毫秒,如:1583398764000
x-lt-signature 必填 接口签名 签名规则

输出结果

正确访问输出示例

{
  "code": 200,
  "success": true,
  "msg": "",
  "data": {},
  "error": null
}

错误输出示例

{
  "code": 500,
  "success": false,
  "msg": "跟踪号必填",
  "data": {},
  "error": "跟踪号必填"
}
作者:陆飞  创建时间:2025-12-18 14:13
最后编辑:陆飞  更新时间:2026-03-03 10:08