3. 获取操作记录
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询监测管理的历史列表</li>
</ul>
<p><strong>完成情况:</strong> </p>
<ul>
<li>测试</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{url}/szsti-officialAccount-web/prevention/OperationLog/getList</code></li>
</ul>
<p><strong>地址</strong></p>
<ul>
<li><code>测试地址 http://cs.ypt.szsti.org/epidemic/prevention/OperationLog/getList</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;">personnelId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>人员id</td>
</tr>
</tbody>
</table>
<p><strong>请求实例</strong></p>
<pre><code> {
"personnelId":"8-837daea81af04f61a41069ec7c896a83"
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "获取重点关注人员的操作日志成功",
"code": 500,
"data": [
{
"id": "14907912fcde45759e7ea2a6e4af06ea",
"personnelId": "01d9bed46e054fc4b6c65e25d53f0cfe",
"operationType": "提交",
"userType": "1",
"userPhone": "15818735390",
"remark": "没有通过",
"createUser": "张志国",
"createTime": "2020-02-23 20:48:51",
"updateUser": "张志国",
"updateTime": "2020-02-23 20:48:51"
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!</li>
</ul>