wvp

wvp


登录获取token

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>登录获取token</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://ip:port/api/user/login</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;">username</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户名</td> </tr> <tr> <td style="text-align: left;">password</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;: 0,     &amp;quot;data&amp;quot;: {         &amp;quot;accessToken&amp;quot;: &amp;quot;eyJhbGciOiJSUzI1NiIsImtpZCI6IjNlNzk2NDZjNGRiYzQwODM4M2E5ZWVkMDlmMmI4NWFlIn0.eyJqdGkiOiJNLV9EM2dTRjhUX0JybWR4LUFJY3lBIiwiaWF0IjoxNzA2NTgxNzM4LCJleHAiOjE3MDkxNzM3MzgsIm5iZiI6MTcwNjU4MTczOCwic3ViIjoibG9naW4iLCJhdWQiOiJBdWRpZW5jZSIsInVzZXJOYW1lIjoiYWRtaW4ifQ.JR3UEj0Bx1GoyZE0oAgU_UziP2ZXByBF8mXQbyDO7iDVd5YKzO5ILdHkw7kDX8WyVvdHJvTLpySucU3fLYv2wq1JP82gpi5rxFeYhpIhYml5B4w7hU0b2flrRa_08NvPmmkCmiJyjqc98HR3HCfNchGX28snGY0fvLVSOturoQS7jm7dCM6890BInfxmLvbVhYmzg2_q35ZQLQVRa7Kn59TGnkcHLaZbisxDJ-HsospisDtOsnSYVacD0iUvDg752-BmKRXwUHZXs2gdkhJ4uIxHSbeqiz0H9pTKOjdMe2swYpWlCFm_v3i5swR8BqfDTyq0ZXsc_d-sYJn4GPtlFw&amp;quot;,         &amp;quot;accountNonExpired&amp;quot;: true,         &amp;quot;accountNonLocked&amp;quot;: true,         &amp;quot;credentialsNonExpired&amp;quot;: true,         &amp;quot;enabled&amp;quot;: true,         &amp;quot;id&amp;quot;: 1,         &amp;quot;role&amp;quot;: {             &amp;quot;authority&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2021-04-13 14:14:57&amp;quot;,             &amp;quot;id&amp;quot;: 1,             &amp;quot;name&amp;quot;: &amp;quot;admin&amp;quot;,             &amp;quot;updateTime&amp;quot;: &amp;quot;2021-04-13 14:14:57&amp;quot;         },         &amp;quot;username&amp;quot;: &amp;quot;admin&amp;quot;     },     &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;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;">accessToken</td> <td style="text-align: left;">STRING</td> <td>TOKEN</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>后续调用其他接口需要把该token值放到header中,示例:access-token:token值</li> </ul>

页面列表

ITEM_HTML