管理人员,劳务人员折线图统计接口
<h2>全市统计-管理人员,劳务人员折线图统计接口</h2>
<p><strong>简要描述:</strong> </p>
<ul>
<li>全市统计-管理人员,劳务人员折线图统计接口</li>
</ul>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/4f6cdcd7ee6c66cc4dbd33e620dba469?showdoc=.jpg" alt="" /></p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://cs.ypt.szsti.org/epidemic/cockpit/monitoringStatistics/getManagerAndLabourCount</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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">superviseUnit</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>{
"superviseUnit":""
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "success",
"code": 0,
"data": [
{
"date": "3.20",
"manageTotal": 40917, //管理人员
"labourTotal": 62015 //劳务人员
},
{
"date": "3.21",
"manageTotal": 42770,
"labourTotal": 63044
},
{
"date": "3.22",
"manageTotal": 42773,
"labourTotal": 63063
},
{
"date": "3.23",
"manageTotal": 42775,
"labourTotal": 63079
},
{
"date": "3.24",
"manageTotal": 42777,
"labourTotal": 63078
}
]
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<ol>
<li>
<ol>
<li>
</li>
</ol>
</li>
</ol>