累计报备人数列表
<h2>累计报备人数列表</h2>
<p><strong>简要描述:</strong> </p>
<ul>
<li>累计报备人数列表</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://139.159.251.33/epidemic/prevention/projectinfo/getPersonInfoByIdPage</code></p>
<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;">projectId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>项目id</td>
</tr>
<tr>
<td style="text-align: left;">currPage</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">limit</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>页大小</td>
</tr>
<tr>
<td style="text-align: left;">name</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>{
"projectId" : "003bcfb0-8cf7-11e9-9233-fa163e72b6d6"
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "success",
"code": 0,
"data": {
"total": 34,
"getpersonNum": 34,
"size": 10,
"pages": 4,
"current": 1,
"records": [
{
"name": "林浩",
"tel": "13502859794",
"id": "d1384a48f0994f1a9d074a27078b1ebe", //用于解绑的id
"personnel_type": "管理人员"
},
{
"name": "马忍",
"tel": "13929945810",
"id": "0ac8534576274bed946dd3f4b4894c42",
"personnel_type": "管理人员"
},
{
"name": "刘松涛",
"tel": "13981914583",
"id": "5e55687063df4e68af3104b9a6790da2",
"personnel_type": "管理人员"
},
{
"name": "谭鸿",
"tel": "18682066850",
"id": "736558f4bc2f4e81a93813ebf938916d",
"personnel_type": "管理人员"
},
{
"name": "龙秀丽",
"tel": "18670509454",
"id": "e0047f4c48c548748eb98238981414fd",
"personnel_type": "管理人员"
},
{
"name": "顾军",
"tel": "13538405394",
"id": "7d241157d68240b5832fdc346ee64ca2",
"personnel_type": "劳务人员"
},
{
"name": "叶桥江",
"tel": "13574751183",
"id": "83e00cf1e1ba42179d9225c2cadb6973",
"personnel_type": "管理人员"
},
{
"name": "左下",
"tel": "13410318143",
"id": "916c2f19f0d74ba698fa201a4879cd93",
"personnel_type": "管理人员"
},
{
"name": "杨余胜",
"tel": "17606778664",
"id": "7f4d0a28ee21483887b31ae09f2ad9c0",
"personnel_type": "劳务人员"
},
{
"name": "陈伟",
"tel": "15526485457",
"id": "4c7eb2ad92bd4b228486b8326d4ee64d",
"personnel_type": "劳务人员"
}
]
}
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<ol>
<li>
<ol>
<li>欢迎使用ShowDoc!</li>
</ol>
</li>
</ol>