*代录入,根据身份证查询是否存在该人员信息
<h2>行程报备-代录入,根据身份证查询是否存在该人员信息</h2>
<p><strong>简要描述:</strong> </p>
<ul>
<li>代录入,根据身份证查询是否存在该人员信息</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://2f89250s31.qicp.vip/szsti-officialAccount-web/prevention/personalinfo/isExistPersonByIdCardNo</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;">idCardNo</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>{
"idCardNo" : "43042419940304087X"
}
</code></pre>
<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;">isAddPersonInfoCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>是否添加了个人信息code:0,已添加,1,未添加</td>
</tr>
<tr>
<td style="text-align: left;">isAddPersonInfoMsg</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>信息</td>
</tr>
<tr>
<td style="text-align: left;">list</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>返回的人员信息list</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "查询成功",
"code": 0,
"data": {
"isAddPersonInfoCode": 0,
"isAddPersonInfoMsg": "存在个人信息",
"list": {
"id": "5a432f62d37e4a38ad3878e67abb75a8",
"wxId": "ognvM5psFk-b3cu_6js3ShBHl2vU",
"idCardNo": "43042419940304087X",
"name": "罗俊",
"tel": "19129546391",
"personnelType": "personLabourList",
"positionType": "workBuildList",
"positionSubType": "1",
"isToHubei": 0,
"isCoughFever": 0,
"isContactWithPatients": 0,
"healthStatus": null,
"createUser": null,
"createTime": "2020-02-06 17:35:05",
"updateUser": null,
"updateTime": "2020-02-06 17:35:05",
"province": null,
"city": null,
"proxyPersonalId": null,
"isToFocusDistrict" : 0,
"isContactFocusDistrict" : 0
"toFocusDistrictArray": ["440304","440303","110102"],
"contactFocusDistrictArray": ["440304","440303","110102"]
},
"toFocusDistrictArray": ["440304","440303","110102"],
"contactFocusDistrictArray": ["440304","440303","110102"]
}
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<ol>
<li>
<ol>
<li>
</li>
</ol>
</li>
</ol>