学校用户翻页接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>易安卓后台学校用户管理翻页接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://10.1.2.14:8090/superUser/getSchoolUser</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>必填</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">pageNum</td>
<td>是</td>
<td>string</td>
<td>页数</td>
</tr>
<tr>
<td style="text-align: left;">pageCount</td>
<td>是</td>
<td>string</td>
<td>总页数</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;res&quot;: true,
&quot;message&quot;: &quot;[{\&quot;id\&quot;:1713,\&quot;userName\&quot;:\&quot; xxxxx\&quot;,\&quot;schoolName\&quot;:\&quot;xxxxxx\&quot;,\&quot;contactName\&quot;:\&quot;xxxxxx\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/a7eabbde-168f-4e9f-86cf-ac33b29fa723.jpg\&quot;,\&quot;phone\&quot;:\&quot;11111111111\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:1732,\&quot;userName\&quot;:\&quot;1111111\&quot;,\&quot;schoolName\&quot;:\&quot;1111\&quot;,\&quot;contactName\&quot;:\&quot;1111\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/6dfd96ad-d918-43e3-aa0a-be43bc3a14da.jpg\&quot;,\&quot;phone\&quot;:\&quot;15884676199\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:1733,\&quot;userName\&quot;:\&quot;jasmine。。。\&quot;,\&quot;schoolName\&quot;:\&quot;成都职业封校学院\&quot;,\&quot;contactName\&quot;:\&quot;jasmine\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/b9797bf2-7b64-45d8-84f6-87b51cb4d60d.jpg\&quot;,\&quot;phone\&quot;:\&quot;18381779826\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:1745,\&quot;userName\&quot;:\&quot;654321\&quot;,\&quot;schoolName\&quot;:\&quot;耶\&quot;,\&quot;contactName\&quot;:\&quot;呀\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/c2bec284-9441-4b44-9d23-87ebfab4154f.jpg\&quot;,\&quot;phone\&quot;:\&quot;15187775599\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:1757,\&quot;userName\&quot;:\&quot;111222\&quot;,\&quot;schoolName\&quot;:\&quot;清华大学\&quot;,\&quot;contactName\&quot;:\&quot;tttttt\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/4da48b7c-7919-4411-b049-3fd7017a8967.jpg\&quot;,\&quot;phone\&quot;:\&quot;12345678909\&quot;,\&quot;point\&quot;:10}]&quot;
}</code></pre>
<h5>返回参数说明</h5>
<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;">res</td>
<td style="text-align: left;">string</td>
<td>返回状态,true:成功;false:失败</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td>返回用户信息,编号 用户名 电话 日期 头像 积分</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>