1.1.1查询所有信审用户
<p><strong>简要描述:</strong> </p>
<ul>
<li>
</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/xinshen/findSysUserList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": "0",
"msg": "处理成功",
"data": [
{
"userId": 44,
"employeename": "核查人员",
"username": "wangjiaqi",
"password": "e65e6e2cc980b2cef8242435663766023a7d4beb898613f614bd97d48d7ea7b3",
"salt": "rFZ4c7jnJDrHu4VDst0X",
"email": "123456@qq.com",
"mobile": "15176453732",
"status": 1,
"isNew": 1,
"seatNo": null,
"roleIdList": null,
"roleNameList": null,
"createUserId": 1,
"createTime": "2018-06-05 14:47:56"
},
{
"userId": 287,
"employeename": "黄焕聪",
"username": "huanghuancong",
"password": "41e37ed30fb06bf05a2c7be03c38161ba0021ca94f191f4344936e98a058e838",
"salt": "Y2AcLYTOgM6DGZhiLZq8",
"email": "8888888@qq.com",
"mobile": "18814133535",
"status": 1,
"isNew": 1,
"seatNo": null,
"roleIdList": null,
"roleNameList": null,
"createUserId": 1,
"createTime": "2018-09-30 10:09:01"
},
{
"userId": 291,
"employeename": "杨亚梅",
"username": "yangyamei",
"password": "b4d7690bdc471660b90fce432edb3f3e8a13692d0f0b921c329a7408986a0376",
"salt": "bowlraF6SKB8SnBiF1h7",
"email": "12@123.com",
"mobile": null,
"status": 1,
"isNew": 1,
"seatNo": null,
"roleIdList": null,
"roleNameList": null,
"createUserId": 1,
"createTime": "2018-10-09 16:03:49"
},
{
"userId": 293,
"employeename": "戴巧",
"username": "daiqiao",
"password": "4abac470a17584f3bfd1f6a67329cd0968b9b00d9b96daa348a287e7a2a0b88f",
"salt": "8jYHtGIjkE87VjHQPORO",
"email": "daiqiao@ldxinyong.com",
"mobile": "13800000000",
"status": 1,
"isNew": 1,
"seatNo": null,
"roleIdList": null,
"roleNameList": null,
"createUserId": 1,
"createTime": "2018-10-18 10:45:31"
}
]
}</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>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>