添加快递查询
This commit is contained in:
@@ -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返回格式化的文本信息"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user