计划返深统计接口
<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/getPlanBackCount</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.23",
"value": 1
},
{
"date": "3.24",
"value": 2
},
{
"date": "3.25",
"value": 5
},
{
"date": "3.26",
"value": 4
},
{
"date": "3.27",
"value": 6
},
{
"date": "3.28",
"value": 6
},
{
"date": "3.29",
"value": 1
}
]
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<ol>
<li>
<ol>
<li>
</li>
</ol>
</li>
</ol>