发货仓列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>发货仓列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/store/sales-order-app/get-head-warehouse-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>{
"errCode": 1000,
"errMsg": "请求成功",
"data": [
{
"id": "308",
"name": "中驰连锁仓库",
"is_top": 1
},
{
"id": "309",
"name": "中驰连锁二库",
"is_top": 0
},
{
"id": "310",
"name": "苏宁嘉实多仓",
"is_top": 0
},
{
"id": "311",
"name": "中驰连锁大联仓",
"is_top": 0
},
{
"id": "312",
"name": "LED库",
"is_top": 0
},
{
"id": "313",
"name": "济南轮胎仓",
"is_top": 0
},
{
"id": "315",
"name": "巧虎外包仓",
"is_top": 0
},
{
"id": "316",
"name": "中驰连锁中硕库",
"is_top": 0
},
{
"id": "317",
"name": "礼品库(总仓)",
"is_top": 0
},
{
"id": "319",
"name": "沃派德仓",
"is_top": 0
},
{
"id": "320",
"name": "中驰连锁北京嘉实多仓",
"is_top": 0
},
{
"id": "322",
"name": "欧司朗LED索赔仓",
"is_top": 0
},
{
"id": "352",
"name": "石家庄广平街仓",
"is_top": 0
},
{
"id": "373",
"name": "轮胎仓库",
"is_top": 0
},
{
"id": "386",
"name": "北京市区仓",
"is_top": 0
}
]
}</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;">id</td>
<td style="text-align: left;">int</td>
<td>仓库ID</td>
</tr>
<tr>
<td style="text-align: left;">is_top</td>
<td style="text-align: left;">int</td>
<td>默认仓库标识 1</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>仓库名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>