已签到人员信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于 2023-08-14 16:47:39 星期一</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/selectBossCheckInUserInfo</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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户token</td>
</tr>
<tr>
<td style="text-align: left;">store_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>店铺id</td>
</tr>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>页数 默认为一</td>
</tr>
<tr>
<td style="text-align: left;">page_count</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页条数 默认为20</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;data&quot;: [
{
&quot;add_time&quot;: &quot;2023/04/19 14:25:44&quot;,#签到时间
&quot;is_the_store&quot;: 1,#是否为当前店铺 1 是 0 不是
&quot;store_id&quot;: 4,#店铺id
&quot;logo&quot;: &quot;https://qiniu.linsheapp.com/userLogo/6433ae68a776c.jpg&quot;,#头像
&quot;nike_name&quot;: &quot;小爬菜&quot;,#昵称
&quot;user_num&quot;: 10155549,#编号id
&quot;name&quot;: &quot;彭洪平&quot;,#真实姓名
&quot;total_price&quot;: 0,#订单完成金额
&quot;order_number&quot;: 0,#订单数量
&quot;yesterday_info&quot;: {#昨日信息
&quot;is_bright&quot;: 1,#是否优先 1 是 0 不是
&quot;total_price&quot;: 0,#昨日金额
&quot;order_number&quot;: 0,#昨日单量
&quot;hours&quot;: 0,#小时数
&quot;priority&quot;: 2,#排序
&quot;text&quot;: &quot;&quot;#文案
},
&quot;hours_sort&quot;: 0,#二级排序
&quot;hours&quot;: 0,#小时数
&quot;priority&quot;: 3 #排序 0123
}
]
}</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>