八维专高四月考1


登录

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户登录接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:22064/api/user/login</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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;">tel</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>手机号</td> </tr> <tr> <td style="text-align: left;">captcha</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>验证码</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;登录成功!&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;token&amp;quot;: &amp;quot;eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhIjoxLCJiIjoyLCJpYXQiOjE3MzIwNTg3NDN9.9UfU-i0obuHsKB9WwBYdlEt66laHMV09NFt_WL3rpes&amp;quot;, &amp;quot;userInfo&amp;quot;: { &amp;quot;id&amp;quot;: 4, &amp;quot;tel&amp;quot;: &amp;quot;18812345678&amp;quot;, &amp;quot;captcha&amp;quot;: &amp;quot;5443&amp;quot;, &amp;quot;avatar&amp;quot;: &amp;quot;http://localhost:22064/avatar/avatar3.png&amp;quot;, &amp;quot;nickname&amp;quot;: &amp;quot;昵称6&amp;quot;, &amp;quot;fans&amp;quot;: 9, &amp;quot;follow&amp;quot;: 2 } } }</code></pre>

页面列表

ITEM_HTML