获取门店列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取门店列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/app/store</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>header参数</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;">Authorization</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>登录之后返回token</td>
</tr>
</tbody>
</table>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;&quot;,
&quot;data&quot;: [{
&quot;distance&quot;: &quot;直线距离(米)&quot;,
&quot;storeName&quot;: &quot;店铺名称&quot;,
&quot;address&quot;: &quot;店铺地址&quot;,
&quot;serviceDayBegin&quot;: &quot;服务开始日期(周一到周日)&quot;,
&quot;serviceDayEnd&quot;:&quot;服务结束日期(周一到周日)&quot;,
&quot;serviceTimeBegin&quot;: &quot;服务开始时间(00:00:00 -23:59:59)&quot;,
&quot;serviceTimeEnd&quot;: &quot;服务结束时间(00:00:00 -23:59:59)&quot;
}]
}</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>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>