快递查询

快递100,查询快递。


接口地址 https://v.yun.re/tool/kd
请求方式 GET
返回格式 JSON
请求示例 https://v.yun.re/tool/kd?num=432855296540975

请求参数说明

参数名称 参数类型 是否必填 备注内容
num int 快递单号

返回参数说明

参数名称 参数类型 参数说明
code txt 状态码
msg txt 信息
kdname txt 快递名称
kh txt 快递单号
data txt 快递数据

返回示例

{
    "code": 200,
    "msg": "获取成功",
    "kdname": "韵达快递",
    "kd": "432855296540975",
    "data": "快递信息"
}

错误代码

名称 类型 说明
code int 错误代码
msg string 内容