打卡商家表头
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于 2023-04-23 17:39:34 星期日</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/selectStoreTitleInfo</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;">is_all_orders</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>全部订单 1 包含 0 没有</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;data&quot;: [
{
&quot;store_name&quot;: &quot;全部订单&quot;,
&quot;store_id&quot;: 0
},
{
&quot;store_id&quot;: 1,
&quot;store_name&quot;: &quot;星家乐量贩KTV(顾村店)&quot;
},
{
&quot;store_id&quot;: 2,
&quot;store_name&quot;: &quot;星家乐量贩KTV(场北店)&quot;
},
{
&quot;store_id&quot;: 3,
&quot;store_name&quot;: &quot;星家乐量贩KTV(盛桥店)&quot;
},
{
&quot;store_id&quot;: 4,
&quot;store_name&quot;: &quot;绅士商务KTV(西康路店)&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>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>