获取物流列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取物流列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/store/common/get-courier-list</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 600,
"msg": "获取成功",
"result": [
{
"courier_id": "1", // 物流ID
"courier_name": "邮政包裹/平邮" // 物流名称
},
{
"courier_id": "2",
"courier_name": "国际包裹"
},
{
"courier_id": "3",
"courier_name": "EMS"
},
{
"courier_id": "4",
"courier_name": "EMS-国际件"
},
{
"courier_id": "5",
"courier_name": "EMS-国际件-英文结果"
},
{
"courier_id": "6",
"courier_name": "北京EMS"
},
{
"courier_id": "7",
"courier_name": "顺丰"
},
{
"courier_id": "8",
"courier_name": "申通"
},
{
"courier_id": "9",
"courier_name": "圆通"
},
{
"courier_id": "10",
"courier_name": "中通"
},
{
"courier_id": "11",
"courier_name": "汇通"
},
{
"courier_id": "12",
"courier_name": "韵达"
},
{
"courier_id": "13",
"courier_name": "宅急送"
},
{
"courier_id": "14",
"courier_name": "天天"
},
{
"courier_id": "15",
"courier_name": "德邦"
},
{
"courier_id": "16",
"courier_name": "国通"
},
{
"courier_id": "17",
"courier_name": "增益"
},
{
"courier_id": "18",
"courier_name": "速尔"
},
{
"courier_id": "19",
"courier_name": "中铁物流"
},
{
"courier_id": "20",
"courier_name": "中铁快运"
},
{
"courier_id": "21",
"courier_name": "能达"
},
{
"courier_id": "22",
"courier_name": "优速"
},
{
"courier_id": "23",
"courier_name": "全峰"
},
{
"courier_id": "24",
"courier_name": "京东"
},
{
"courier_id": "25",
"courier_name": "FedEx-国际"
}
]
}
</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>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>