2.获取审核人
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.0.103:9080/WisdomCampus/app/printing/getApprovalUserList.do</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;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>apiKey</td>
</tr>
<tr>
<td style="text-align: left;">schoolId</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>{
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": [
{
"code": "12156454",
"sex": "2",
"userId": 123593,
"updateTime": "2019-01-14 10:47:27.0",
"createTime": "2017-10-30 13:53:53.0",
"realName": "张楠楠",
"isDefalutUserName": 0,
"uuserId": "f432f99f-abe0-4864-8fde-b37ea1b2096e",
"messageType": 2,
"nickName": "亦信用户",
"headImg": "user/123593/ios/15407982325451.jpg",
"voipAccount": "8009630200132540",
"timAccount": "TIM201903121436423276047",
"isExist": false,
"userDescription": "这个用户很拽,啥也没说",
"userDtos": []
},
{
"code": "rest",
"type": 0,
"sex": "2",
"userId": 307,
"updateTime": "2020-02-26 17:36:41.0",
"createTime": "2016-01-04 19:30:55.0",
"realName": "陶明月",
"age": 0,
"createUserId": 0,
"isDefalutUserName": 0,
"uuserId": "de6af989-4cd5-4e0b-a0ec-85cf3fb4231d",
"messageType": 2,
"nickName": "淘淘",
"headImg": "user/307/a1516971642822-1359368029.jpg",
"voipAccount": "8009630200000118",
"timAccount": "TIM201903121129242147207",
"isExist": false,
"userDtos": []
}
]
}</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>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>