4、订单路由信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>订单路由信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/order/expressTrackQuery</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
<li>application/json</li>
<li>需要传递 Bearer Token</li>
</ul>
<h5>参数</h5>
<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;">logisticsType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Number</td>
<td>物流类型(京东:20001,顺丰:20002)</td>
</tr>
<tr>
<td style="text-align: left;">waybillNumber</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>运单号(顺丰、京东等官方单号)</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code> {
&quot;waybillNumber&quot;: &quot;JDVD05717700489&quot;,
&quot;logisticsType&quot;: 20001
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">result</td>
<td style="text-align: left;">Array<object></td>
<td>响应数据</td>
</tr>
<tr>
<td style="text-align: left;">- result.billCode</td>
<td style="text-align: left;">string</td>
<td>运单号(顺丰、京东等官方单号)</td>
</tr>
<tr>
<td style="text-align: left;">- result.operateTime</td>
<td style="text-align: left;">string</td>
<td>操作时间</td>
</tr>
<tr>
<td style="text-align: left;">- result.operateUser</td>
<td style="text-align: left;">string</td>
<td>操作人</td>
</tr>
<tr>
<td style="text-align: left;">- result.operateUserPhone</td>
<td style="text-align: left;">string</td>
<td>操作人电话</td>
</tr>
<tr>
<td style="text-align: left;">- result.descType</td>
<td style="text-align: left;">string</td>
<td>类型</td>
</tr>
<tr>
<td style="text-align: left;">- result.desc</td>
<td style="text-align: left;">string</td>
<td>描述</td>
</tr>
<tr>
<td style="text-align: left;">isSuccess</td>
<td style="text-align: left;">boolean</td>
<td>是否成功</td>
</tr>
<tr>
<td style="text-align: left;">operationDesc</td>
<td style="text-align: left;">string</td>
<td>描述</td>
</tr>
<tr>
<td style="text-align: left;">resultCode</td>
<td style="text-align: left;">Number</td>
<td>请求状态 0正常 ,其他异常</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>
{
&quot;result&quot;: [
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-22T12:04:09&quot;,
&quot;operateUser&quot;: &quot;李巧军&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;妥投&quot;,
&quot;desc&quot;: &quot;您的快件已由【中国药科大学G组团菜鸟驿站京东代理点/店】代收,感谢您使用京东物流,期待再次为您服务。&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-22T07:37:37&quot;,
&quot;operateUser&quot;: &quot;李巧军&quot;,
&quot;operateUserPhone&quot;: &quot;13651220819&quot;,
&quot;descType&quot;: &quot;派送中&quot;,
&quot;desc&quot;: &quot;您的快件正在派送中,请您准备签收(快递员:李巧军,联系电话:13651220819)。&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-22T07:21:05&quot;,
&quot;operateUser&quot;: &quot;李巧军&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件已到达【中国药科江宁校区小蜜蜂智慧服务中心】&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-22T07:21:04&quot;,
&quot;operateUser&quot;: &quot;李巧军&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件在【中国药科江宁校区小蜜蜂智慧服务中心】收货完成&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-22T05:58:45&quot;,
&quot;operateUser&quot;: &quot;刘明涛&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件已发车&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-22T04:30:09&quot;,
&quot;operateUser&quot;: &quot;范小娟&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件由【南京散货分拣中心】准备发往【中国药科江宁校区小蜜蜂智慧服务中心】&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-22T04:30:04&quot;,
&quot;operateUser&quot;: &quot;范小娟&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件在【南京散货分拣中心】分拣完成&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-22T04:19:32&quot;,
&quot;operateUser&quot;: &quot;李国兰&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件已到达【南京散货分拣中心】&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-21T03:55:19&quot;,
&quot;operateUser&quot;: &quot;刘良清&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件已发车&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-20T21:39:38&quot;,
&quot;operateUser&quot;: &quot;张文峰&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件由【成都祥福分拣中心】准备发往【南京散货分拣中心】&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-20T21:39:33&quot;,
&quot;operateUser&quot;: &quot;张文峰&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件在【成都祥福分拣中心】分拣完成&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-20T21:30:18&quot;,
&quot;operateUser&quot;: &quot;方永峰&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件已到达【成都祥福分拣中心】&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-20T20:31:43&quot;,
&quot;operateUser&quot;: &quot;屠刚&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;运输中&quot;,
&quot;desc&quot;: &quot;您的快件已发车&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-20T12:42:20&quot;,
&quot;operateUser&quot;: &quot;叶顶超&quot;,
&quot;operateUserPhone&quot;: null,
&quot;descType&quot;: &quot;已揽收&quot;,
&quot;desc&quot;: &quot;您的快件已由【成都青龙场营业部】揽收完成&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-20T12:42:19&quot;,
&quot;operateUser&quot;: &quot;叶顶超&quot;,
&quot;operateUserPhone&quot;: &quot;18582999597&quot;,
&quot;descType&quot;: &quot;已揽收&quot;,
&quot;desc&quot;: &quot;京东快递 已收取快件&quot;
},
{
&quot;billCode&quot;: &quot;JDVD05717700489&quot;,
&quot;operateTime&quot;: &quot;2024-04-19T19:14:32&quot;,
&quot;operateUser&quot;: &quot;叶顶超&quot;,
&quot;operateUserPhone&quot;: &quot;18582999597&quot;,
&quot;descType&quot;: &quot;揽收中&quot;,
&quot;desc&quot;: &quot;揽收任务已分配给叶顶超。&quot;
}
],
&quot;isSuccess&quot;: true,
&quot;operationDesc&quot;: &quot;获取成功&quot;,
&quot;resultCode&quot;: 0
}```
##### 备注
- 无</code></pre>