马琳老师的vue课程项目接口文档(金丰后台管理系统)

如有后端的接口错误请联系负责人,QQ号:2386691195


查询一个用户的全部信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询一个用户的全部信息</li> </ul> <h5>请求URL</h5> <ul> <li><code> https://immortal.mynatapp.cc/jinfeng/user//getuser/{uid}</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;">uid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户id</td> </tr> </tbody> </table> <h5>返回示例【成功】</h5> <pre><code> {     &amp;quot;flag&amp;quot;: true,     &amp;quot;code&amp;quot;: 2000,     &amp;quot;data&amp;quot;: {         &amp;quot;uid&amp;quot;: 1,         &amp;quot;username&amp;quot;: &amp;quot;admin&amp;quot;,         &amp;quot;password&amp;quot;: &amp;quot;e10adc3949ba59abbe56e057f20f883e&amp;quot;,         &amp;quot;name&amp;quot;: &amp;quot;测试&amp;quot;,         &amp;quot;birthday&amp;quot;: &amp;quot;2023-05-01T16:00:00.000+00:00&amp;quot;,         &amp;quot;createDate&amp;quot;: &amp;quot;2023-05-24T02:26:33.000+00:00&amp;quot;,         &amp;quot;updateDate&amp;quot;: &amp;quot;2023-05-26T00:38:14.000+00:00&amp;quot;,         &amp;quot;sex&amp;quot;: &amp;quot;未知&amp;quot;,         &amp;quot;phone&amp;quot;: &amp;quot;18125845616&amp;quot;,         &amp;quot;address&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;pic&amp;quot;: &amp;quot;https://dummyimage.com/50x50&amp;quot;,         &amp;quot;token&amp;quot;: &amp;quot;8b50de8ef2424f94addfc8548a9a2736&amp;quot;,         &amp;quot;fileNames&amp;quot;: &amp;quot;默认头像&amp;quot;     },     &amp;quot;message&amp;quot;: &amp;quot;查询成功&amp;quot; }</code></pre> <h5>返回示例【异常】</h5> <pre><code> { &amp;quot;flag&amp;quot;:false, &amp;quot;code&amp;quot;:3000, &amp;quot;message&amp;quot;:&amp;quot;该用户不存在!&amp;quot; }</code></pre>

页面列表

ITEM_HTML