学校用户管理接口
<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;:104,\&quot;userName\&quot;:\&quot;cdp123\&quot;,\&quot;schoolName\&quot;:\&quot;cdp\&quot;,\&quot;contactName\&quot;:\&quot;利欧克lll\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/573349e4-981b-4d5a-a65b-5135cce16b0d.jpg\&quot;,\&quot;phone\&quot;:\&quot;13256848888\&quot;,\&quot;point\&quot;:666},{\&quot;id\&quot;:157,\&quot;userName\&quot;:\&quot;yangyan\&quot;,\&quot;schoolName\&quot;:\&quot;北大\&quot;,\&quot;contactName\&quot;:\&quot;回复的风格大概\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/d5c00286-bc0c-45d4-b0c8-1e25d6545648.jpg\&quot;,\&quot;phone\&quot;:\&quot;13036480429\&quot;,\&quot;point\&quot;:222},{\&quot;id\&quot;:173,\&quot;userName\&quot;:\&quot;123456\&quot;,\&quot;schoolName\&quot;:\&quot;成都职业技术学院\&quot;,\&quot;contactName\&quot;:\&quot;小王巴丹子哟\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/16c6c32f-9ad1-4462-aed4-551edcf41502.jpg\&quot;,\&quot;phone\&quot;:\&quot;12345678910\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:294,\&quot;userName\&quot;:\&quot;123abc\&quot;,\&quot;schoolName\&quot;:\&quot;Good\&quot;,\&quot;contactName\&quot;:\&quot;李总36+75\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/024ca100-1042-4e21-912f-aa4afbb38ec1.jpg\&quot;,\&quot;phone\&quot;:\&quot;57752257252\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:424,\&quot;userName\&quot;:\&quot;yn3399\&quot;,\&quot;schoolName\&quot;:\&quot;ynda\&quot;,\&quot;contactName\&quot;:\&quot;小777777\&quot;,\&quot;portrait\&quot;:\&quot;upload/schooluser/por/c0944997-88b6-4088-af1d-a6196f71e52d.jpg\&quot;,\&quot;phone\&quot;:\&quot;12345678915\&quot;,\&quot;point\&quot;:225}]&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>