lab-management-system

计算机实验室管理平台


用户列表显示

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8088/admin/user-list/role</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <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;">role</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>身份, 2为实验员, 3为教师, 4为学生</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: null,     &amp;quot;data&amp;quot;: [         {             &amp;quot;createTime&amp;quot;: &amp;quot;2023-05-23 18:11:55&amp;quot;,             &amp;quot;updateTime&amp;quot;: &amp;quot;2023-05-23 18:11:55&amp;quot;,             &amp;quot;isDelete&amp;quot;: false,             &amp;quot;id&amp;quot;: 3,             &amp;quot;account&amp;quot;: &amp;quot;202025220210&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;hsy&amp;quot;,             &amp;quot;password&amp;quot;: &amp;quot;202025220210&amp;quot;,             &amp;quot;job&amp;quot;: null,             &amp;quot;major&amp;quot;: &amp;quot;软件工程&amp;quot;,             &amp;quot;className&amp;quot;: &amp;quot;20软工2&amp;quot;,             &amp;quot;role&amp;quot;: 4         },         {             &amp;quot;createTime&amp;quot;: &amp;quot;2023-05-23 18:21:04&amp;quot;,             &amp;quot;updateTime&amp;quot;: &amp;quot;2023-05-23 18:21:04&amp;quot;,             &amp;quot;isDelete&amp;quot;: false,             &amp;quot;id&amp;quot;: 5,             &amp;quot;account&amp;quot;: &amp;quot;202025220299&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;fccd&amp;quot;,             &amp;quot;password&amp;quot;: &amp;quot;202025220299&amp;quot;,             &amp;quot;job&amp;quot;: null,             &amp;quot;major&amp;quot;: &amp;quot;软件工程&amp;quot;,             &amp;quot;className&amp;quot;: &amp;quot;20软工2&amp;quot;,             &amp;quot;role&amp;quot;: 4         }     ] }</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;"></td> <td style="text-align: left;"></td> <td></td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML