ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# **全球快递查询** ***** > * 快递网点:韵达快递、天天快递、申通快递、圆通速递、德邦物流、百世汇通、顺丰速运… > * 集成了全球约100家快递API > * 快速查询厘秒更新数据 ~~~[api] get:http://jk.qileyun.cn/api.php *kd=532071843804#快递单号 <<< success {"message":"ok","nu":"532071843804","ischeck":"1","condition":"F00","com":"lianhaowuliu","status":"200","state":"3","data":[{"time":"2018-07-17 11:26:35","ftime":"2018-07-17 11:26:35","context":"已签收,签收人是【】签收图片","location":""},{"time":"2018-07-17 08:30:20","ftime":"2018-07-17 08:30:20","context":"【龙华】的【梁献新】正在派件,扫描员是【梁献新】","location":""},{"time":"2018-07-17 06:37:45","ftime":"2018-07-17 06:37:45","context":"快件到达【龙华】上一站是【深圳分拨中心】,扫描员是【杨广 】","location":""},{"time":"2018-07-17 01:10:14","ftime":"2018-07-17 01:10:14","context":"由【SZB046】,扫描发往 【龙华】","location":""},{"time":"2018-07-17 01:00:07","ftime":"2018-07-17 01:00:07","context":"快件到达【深圳分拨中心】上一站是【深圳分拨中心】,扫描员是【陈封优 】","location":""}]} <<< error ~~~ 由于什么鬼规定,市面上大部分浏览器不支持ajax跨域请求需要安装一下下面这款插件 下载地址:http://jk.qileyun.cn/chromeFOR.COM_e79c8be4ba91apie68f92e4bbb6e4bba3e79086_v0.0.3.crx 下载后拖进浏览器添加即可就可以使用在线GET/POST请求了 ### 1) 请求地址 >http://jk.qileyun.cn/api.php?kd=532071843804 ### 2) 调用方式:HTTP get ### 3) 接口描述: * 接口可以无限调用频繁使用 ### 4) 请求参数: #### GET参数: |字段名称 |字段说明 |类型 |必填 |备注 | | -------------|:--------------:|:--------------:|:--------------:| ------:| |kd||string|Y|-| ### 5) 请求返回结果: ``` { "message": "ok", "nu": "532071843804", "ischeck": "1", "condition": "F00", "com": "lianhaowuliu", "status": "200", "state": "3", "data": [ { "time": "2018-07-17 11:26:35", "ftime": "2018-07-17 11:26:35", "context": "已签收,签收人是【】签收图片", "location": "" }, { "time": "2018-07-17 08:30:20", "ftime": "2018-07-17 08:30:20", "context": "【龙华】的【梁献新】正在派件,扫描员是【梁献新】", "location": "" }, { "time": "2018-07-17 06:37:45", "ftime": "2018-07-17 06:37:45", "context": "快件到达【龙华】上一站是【深圳分拨中心】,扫描员是【杨广 】", "location": "" }, { "time": "2018-07-17 01:10:14", "ftime": "2018-07-17 01:10:14", "context": "由【SZB046】,扫描发往 【龙华】", "location": "" }, { "time": "2018-07-17 01:00:07", "ftime": "2018-07-17 01:00:07", "context": "快件到达【深圳分拨中心】上一站是【深圳分拨中心】,扫描员是【陈封优 】", "location": "" } ] } ``` ### 6) 请求返回结果参数说明: |字段名称 |字段说明 |类型 |必填 |备注 | | -------------|:--------------:|:--------------:|:--------------:| ------:| |message||string|Y|-| |nu||string|Y|-| |ischeck||string|Y|-| |condition||string|Y|-| |com||string|Y|-| |status||string|Y|-| |state||string|Y|-| |data||string|Y|-| |time||string|Y|-| |ftime||string|Y|-| |context||string|Y|-| |location||string|Y|-|