全球快递查询(64)-支持文档
[TOC]
##介绍
本接口使用`快递单号`及`快递公司编码`二要素,查询`单号物流轨迹`。
文档地址:https://www.showapi.com/apiGateway/view/64/19
查询`顺丰、中通、跨越、壹米滴答快递`必须填写`手机尾号`字段
### 密钥
所有请求都需要开通套餐:[获取密钥](https://www.showapi.com/console#/myApp "查看密钥")
## 开始查询
使用HTTP的get或post请求,以`普通表单`提交方式,编码:`Content-Type=application/x-www-form-urlencoded`发送数据,阻塞式调用。其时序图如下所示:

curl调用时的url如下所示:
```
curl -X POST "https://route.showapi.com/64-19?appKey=YOUR_APPKEY" \
-H "content-type: application/x-www-form-urlencoded" \
-d "com=auto&nu=KY4000645091211&phone=2611"
```
调用超时时间为30秒。