包裹信息查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>包裹信息查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost:8080/api/uiBind/trackQuery?token=12345678</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">ids</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "操作成功",
"data": {
"trackdata": {
"Status": 3,
"Traces": [{
"AcceptStation": "您的订单已被收件员揽收,【上海松江区松闵路快递分部】库存中",
"AcceptTime": "2019-02-18 18:47:25"
}, {
"AcceptStation": "运输中,离开【上海松江区松闵路快递分部】,下一站【上海枢纽中心】",
"AcceptTime": "2019-02-18 19:34:47"
}, {
"AcceptStation": "货物已到达上海枢纽中心",
"AcceptTime": "2019-02-18 20:30:20"
}, {
"AcceptStation": "运输中,离开【上海枢纽中心】,下一站【青岛转运中心】",
"AcceptTime": "2019-02-19 06:50:14"
}, {
"AcceptStation": "货物已到达青岛转运中心",
"AcceptTime": "2019-02-19 16:56:25"
}, {
"AcceptStation": "运输中,离开【青岛转运中心】,下一站【青岛市北区即墨路营业部】",
"AcceptTime": "2019-02-20 05:59:28"
}, {
"AcceptStation": "运输中,离开【青岛转运中心】,下一站【青岛市北区即墨路营业部】",
"AcceptTime": "2019-02-20 06:22:04"
}, {
"AcceptStation": "货物已到达青岛市北区即墨路营业部",
"AcceptTime": "2019-02-20 07:42:57"
}, {
"AcceptStation": "预派送,派送人:徐刻,电话:18253279662",
"AcceptTime": "2019-02-20 09:03:19"
}, {
"AcceptStation": "派送中,派送人:徐刻,电话:18253279662",
"AcceptTime": "2019-02-20 10:48:36"
}, {
"AcceptStation": "正常签收,签收人类型:门卫",
"AcceptTime": "2019-02-20 10:48:51"
}],
"CExpressCode": "98427280000",
"Success": true,
"CompanyCode": "DBL",
"Reason": "签收"
}
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>