获取门店发货仓库
<h5>简要描述</h5>
<ul>
<li>list</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>app/app-store/get-warehouse</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">customer_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>客户id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"errCode": 1000,
"errMsg": "请求成功",
"data": [
{
"id": "267",
"name": "张庄一店",
"address": "新老屯汽配城东区19号",
"contact_name": "王浩",
"contact_mobile": "18663789077"
},
{
"id": "1",
"name": "阳光工匠仓",
"address": "济南市槐荫区经十西路29462号",
"contact_name": "张忠梅",
"contact_mobile": "18615256496"
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>