4. 每日进场人数统计
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>每日进场人数统计</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>
<p><code>本地测试地址</code></p>
</li>
<li>
<p><code>http://zhangzhig.natapp1.cc/szsti-officialAccount-web/prevention/personalinfo/everydayEnterArenaPeopleStatistics</code></p>
</li>
<li><code>正式地址</code></li>
<li><code>http://epidemic.szsti.org/epidemic/prevention/personalinfo/everydayEnterArenaPeopleStatistics</code> </li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</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>
<th>例子</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">prjId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>项目id</td>
<td>1782c0e2-c8d1-11e9-acd3-fa163e72b6d6</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"prjId":"f09139cf-5c51-11e9-8953-fa163e900db8"
}
{
"msg": "每日进场人数统计成功",
"code": 0,
"data": [
{
"labour_service_count": 2, //劳务人员
"create_time": "2020-02-03", //时间
"manager_count": 1, //管理人员
"other_count": 1 //访客
},
{
"labour_service_count": 0,
"create_time": "2020-02-04",
"manager_count": 1,
"other_count": 1
},
{
"labour_service_count": 0,
"create_time": "2020-02-06",
"manager_count": 1,
"other_count": 0
}
]
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
<th>值</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!</p>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>