未接种加强针统计
<p>[TOC]</p>
<p>简要描述</p>
<h1>-* 未接种加强针统计</h1>
<p>请求URL</p>
<ul>
<li>
<p><code>http://124.128.226.198:8081/system/isolationTransport/needleAnalysisCount</code></p>
<p>请求方式</p>
</li>
<li>
<p>get</p>
<p>成功返回示例</p>
</li>
</ul>
<p><code>{ "code": "0000", "result": { "data": [ { "jie_dao": "泉城路街道", "counts": 348, "percentage": 3.7356, "inoculation": 13, "toDays": 13 }, { "jie_dao": "智远街道", "counts": 6624, "percentage": 2.9438, "inoculation": 195, "toDays": 195 }, { "jie_dao": "龙洞街道", "counts": 5172, "percentage": 2.4749, "inoculation": 128, "toDays": 128 }, { "jie_dao": "解放路街道", "counts": 2321, "percentage": 2.0681, "inoculation": 48, "toDays": 48 }, { "jie_dao": "甸柳新村街道", "counts": 2717, "percentage": 1.8771, "inoculation": 51, "toDays": 51 }, { "jie_dao": "千佛山街道", "counts": 2984, "percentage": 1.8432, "inoculation": 55, "toDays": 55 }, { "jie_dao": "姚家街道", "counts": 14593, "percentage": 1.6583, "inoculation": 242, "toDays": 242 }, { "jie_dao": "大明湖街道", "counts": 848, "percentage": 1.6509, "inoculation": 14, "toDays": 14 }, { "jie_dao": "文化东路街道", "counts": 5799, "percentage": 1.621, "inoculation": 94, "toDays": 94 }, { "jie_dao": "燕山街道", "counts": 2251, "percentage": 1.5549, "inoculation": 35, "toDays": 35 }, { "jie_dao": "东关街道", "counts": 4182, "percentage": 1.3391, "inoculation": 56, "toDays": 56 }, { "jie_dao": "趵突泉街道", "counts": 1708, "percentage": 1.2881, "inoculation": 22, "toDays": 22 }, { "jie_dao": "建筑新村街道", "counts": 2932, "percentage": 1.2619, "inoculation": 37, "toDays": 37 } ] } }</code></p>
<p>成功返回示例的参数说明</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>data.jie_dao</td>
<td>string</td>
<td>街道</td>
</tr>
<tr>
<td>data.counts</td>
<td>string</td>
<td>总数</td>
</tr>
<tr>
<td>data.percentage</td>
<td>string</td>
<td>百分比</td>
</tr>
<tr>
<td>data.inoculation</td>
<td>string</td>
<td>累计加强</td>
</tr>
<tr>
<td>data.toDays</td>
<td>string</td>
<td>今日加强</td>
</tr>
</tbody>
</table>