个人用户翻页接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>个人用户翻页接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://10.1.2.14:8090/superUser/getPerUser</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>int</td>
<td>页数</td>
</tr>
<tr>
<td style="text-align: left;">pageCount</td>
<td>是</td>
<td>int</td>
<td>总页数</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;res&quot;: true,
&quot;message&quot;: &quot;[{\&quot;id\&quot;:3321,\&quot;userName\&quot;:\&quot;21302030211\&quot;,\&quot;phone\&quot;:\&quot;18200387133\&quot;,\&quot;date\&quot;:\&quot;2023年03月16日 14:40:19\&quot;,\&quot;portrait\&quot;:\&quot;upload/default/images/portrait.png\&quot;,\&quot;pEmail\&quot;:\&quot;2248956621@qq.com\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:3318,\&quot;userName\&quot;:\&quot;hsl112\&quot;,\&quot;phone\&quot;:\&quot;18349908165\&quot;,\&quot;date\&quot;:\&quot;2023年03月16日 11:02:57\&quot;,\&quot;portrait\&quot;:\&quot;upload/default/images/portrait.png\&quot;,\&quot;pEmail\&quot;:\&quot;\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:3312,\&quot;userName\&quot;:\&quot;12345678901234567890\&quot;,\&quot;phone\&quot;:\&quot;14131234123\&quot;,\&quot;date\&quot;:\&quot;2023年03月16日 10:26:00\&quot;,\&quot;portrait\&quot;:\&quot;upload/default/images/portrait.png\&quot;,\&quot;pEmail\&quot;:\&quot;123456@qq.com\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:3308,\&quot;userName\&quot;:\&quot;123456789012345678\&quot;,\&quot;phone\&quot;:\&quot;17381499617\&quot;,\&quot;date\&quot;:\&quot;2023年03月16日 10:24:29\&quot;,\&quot;portrait\&quot;:\&quot;upload/default/images/portrait.png\&quot;,\&quot;pEmail\&quot;:\&quot;3427151906@qq.com\&quot;,\&quot;point\&quot;:10},{\&quot;id\&quot;:3306,\&quot;userName\&quot;:\&quot;xiao011\&quot;,\&quot;phone\&quot;:\&quot;12341231234\&quot;,\&quot;date\&quot;:\&quot;2023年03月16日 10:20:59\&quot;,\&quot;portrait\&quot;:\&quot;upload/default/images/portrait.png\&quot;,\&quot;pEmail\&quot;:\&quot;3427151906@qq.com\&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>