gong-project

系统生成的默认项目


Modify

<h5>简要描述</h5> <ul> <li>用户密码修改</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{server}}/auth/modify</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">header</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Authorization</td> <td style="text-align: left;">是</td> <td>string</td> <td>JWT token</td> </tr> </tbody> </table> <h5>请求参数示例</h5> <pre><code>{ "username": "gongtest", "password": "gong2022" } </code></pre> <h5>成功返回示例</h5> <pre><code>{ "code": 200, "message": "Modify User Success" } </code></pre> <h5>失败返回示例</h5> <pre><code>{ "code": 422, "message": "Invalid crypto padding" } </code></pre>

页面列表

ITEM_HTML