列表
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/business</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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>
<tr>
<td style="text-align: left;">area_code</td>
<td style="text-align: left;"></td>
<td style="text-align: left;">string</td>
<td>行政编码</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 213,//店铺id
&quot;alias&quot;: &quot;3号&quot;,//名称
&quot;enable_switch&quot;: 1,
&quot;create_datetime&quot;: &quot;2024-09-12 13:52:35&quot;,
&quot;update_datetime&quot;: &quot;2024-09-13 09:35:50&quot;,
&quot;order_trade_type&quot;: 0,//交易方式:0=券,1=物流,2=用户自选
&quot;area_code&quot;: &quot;&quot;,//行政编码
&quot;contact_addr&quot;: &quot;&quot;,//门店地址
&quot;contact_phone&quot;: &quot;&quot;,//门店联系方式
&quot;contact_gps&quot;: &quot;&quot;,//门店gps
&quot;contact_principal&quot;: &quot;&quot;,//门店负责人
&quot;contact_photograph_image&quot;: &quot;&quot;,//门店门头照
&quot;contact_ad_images&quot;: &quot;&quot;//门店banner
},
{
&quot;id&quot;: 214,
&quot;alias&quot;: &quot;2号&quot;,
&quot;enable_switch&quot;: 0,
&quot;create_datetime&quot;: &quot;2024-09-12 15:22:17&quot;,
&quot;update_datetime&quot;: &quot;2024-09-13 09:35:26&quot;,
&quot;order_trade_type&quot;: 0,
&quot;area_code&quot;: &quot;&quot;,
&quot;contact_addr&quot;: &quot;&quot;,
&quot;contact_phone&quot;: &quot;&quot;,
&quot;contact_gps&quot;: &quot;&quot;,
&quot;contact_principal&quot;: &quot;&quot;,
&quot;contact_photograph_image&quot;: &quot;&quot;,
&quot;contact_ad_images&quot;: &quot;&quot;
},
{
&quot;id&quot;: 215,
&quot;alias&quot;: &quot;1号&quot;,
&quot;enable_switch&quot;: 1,
&quot;create_datetime&quot;: &quot;2024-09-12 15:44:27&quot;,
&quot;update_datetime&quot;: &quot;2024-09-12 18:06:47&quot;,
&quot;order_trade_type&quot;: 0,
&quot;area_code&quot;: &quot;&quot;,
&quot;contact_addr&quot;: &quot;&quot;,
&quot;contact_phone&quot;: &quot;&quot;,
&quot;contact_gps&quot;: &quot;&quot;,
&quot;contact_principal&quot;: &quot;&quot;,
&quot;contact_photograph_image&quot;: &quot;&quot;,
&quot;contact_ad_images&quot;: &quot;&quot;
},
{
&quot;id&quot;: 216,
&quot;alias&quot;: &quot;4号&quot;,
&quot;enable_switch&quot;: 1,
&quot;create_datetime&quot;: &quot;2024-09-13 09:35:42&quot;,
&quot;update_datetime&quot;: &quot;2024-09-13 09:35:42&quot;,
&quot;order_trade_type&quot;: 0,
&quot;area_code&quot;: &quot;&quot;,
&quot;contact_addr&quot;: &quot;&quot;,
&quot;contact_phone&quot;: &quot;&quot;,
&quot;contact_gps&quot;: &quot;&quot;,
&quot;contact_principal&quot;: &quot;&quot;,
&quot;contact_photograph_image&quot;: &quot;&quot;,
&quot;contact_ad_images&quot;: &quot;&quot;
}
],
&quot;code&quot;: 0
}</code></pre>