K5物流软件 API文档
文档首页快件接口(小包/快递)一件代发(仓储)大货中转(仓储)退换标(仓储)设备对接
文档首页快件接口(小包/快递)一件代发(仓储)大货中转(仓储)退换标(仓储)设备对接
  1. 设备对接
  • get
    GET
  • post
    POST
  • (多台设备) post
    POST
  1. 设备对接

get

GET
http://yulei.kingtrans.net/EquipInterfaceService

请求参数

Query 参数
method
string 
可选
示例值:
equipReceipt
orderNo
string 
必需
服务商单号/运单号(get方法用)
示例值:
EA00000111CN
weight
string 
必需
重量(KG,小数后3位)
示例值:
2.119
length
string 
长(CM)
必需
示例值:
23
width
string 
宽(CM)
必需
示例值:
15
height
string 
高(CM)
必需
示例值:
15
Header 参数
Content-Type
string 
可选
默认值:
application/json;charset=UTF-8

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://yulei.kingtrans.net/EquipInterfaceService?method=equipReceipt&orderNo=EA00000111CN&weight=2.119&length=23&width=15&height=15' \
--header 'Content-Type: application/json;charset=UTF-8'

返回响应

🟢200成功
text/html
Body
object {0}
修改于 2023-09-07 10:10:33
下一页
post
Built with