添加快递查询

This commit is contained in:
muzihuaner
2026-03-18 12:39:19 +08:00
parent caf100c443
commit 57065322ca
2 changed files with 150 additions and 0 deletions

View File

@@ -257,6 +257,26 @@
"description": "自定义消息尾巴,默认为'网易云音乐'"
}
]
},
{
"name": "快递查询",
"description": "查询快递物流信息,支持自动识别快递公司,返回实时物流轨迹信息",
"path": "/api/kd/index.php",
"method": "GET",
"params": [
{
"name": "id",
"type": "string",
"required": true,
"description": "快递单号"
},
{
"name": "type",
"type": "string",
"required": false,
"description": "返回格式[json|text]默认为json。json返回详细的物流轨迹数据text返回格式化的文本信息"
}
]
}
]
}