企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 忘记登陆密码 >接口参数说明 ~~~[api] post:/account/user/forget-login-password *string:username#用户名 *string:newPassword#新密码 *string:rePassword#确认密码 *string:code#验证码 <<< success { "status": 0, "msg": "success", "timestamp": "20181221105857452" } <<< error { "status": 1013, "msg": "Insufficient password strength", "timestamp": "20181221112918250" } ~~~ >接口请求示例 ~~~ { "username":"13888888888", "newPassword":"aa123456", "rePassword":"aa123456", "code":"151554" } ~~~