*查询个人信息
<h2>行程报备-查询个人信息</h2>
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询个人信息</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://2f89250s31.qicp.vip/szsti-officialAccount-web/prevention/personalinfo/personInfoByWxId</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;">wxId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>微信openId</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"wxId" : "11111"
}
</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;">imgUrl</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": "success",
"code": 0,
"data": {
"isAddPersonInfoCode": 0,
"isAddPersonInfoMsg": "已经添加了个人信息",
"imgUrl": "http://qg.ypt.szsti.org/szmis-web/doc/downLoadObs/531be352-c7c2-4aa3-8f3b-d7f986344419.png",
"list": [
{
"id": "c97bd0508efc42b4ac66c6369ad54be9",
"wxId": "11111",
"idCardNo": "43623464647984498",
"name": "张三",
"tel": "12345678910",
"personnelType": 1,
"positionType": "项目经理",
"isToHubei": 0,
"isCoughFever": 0,
"isContactWithPatients": 0,
"healthStatus": null,
"createUser": null,
"createTime": "2020-02-01 23:40:37",
"updateUser": null,
"updateTime": null
"isToFocusDistrict": 0,
"isContactFocusDistrict": 0
}
],
"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>