ktn-go


找回密码

<p><strong>简要描述:</strong></p> <ul> <li>找回密码接口</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>/login/forget</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>参数:</strong></p> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>sid</td> <td>是</td> <td>String</td> <td>客户端ID</td> </tr> <tr> <td>code</td> <td>是</td> <td>String</td> <td>验证码</td> </tr> <tr> <td>username</td> <td>是</td> <td>String</td> <td>用户邮箱</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "status": 200, "msg": "服务端的消息" }</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>code</td> <td>Number</td> <td>200-成功, 500-请求失败</td> </tr> <tr> <td>msg</td> <td>String</td> <td>服务消息</td> </tr> </tbody> </table> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML