获取快递
<h5>简要描述</h5>
<ul>
<li>获取快递</li>
</ul>
<h5>AJAX请求URL</h5>
<ul>
<li><code>http://xx.com/Admin/VehicleService/getLogistics</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET|POST </li>
</ul>
<h5>返回示例</h5>
<pre><code> {
"info": [
{
"id": "0",
"logistics": "自取"
},
......
],
"status": 1,
"url": ""
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>