document
API test

忘记密码(未登录状态)

POST
/oauth/forgetPwd

API description

忘记密码

Description or Example

+ request ```json { "email": "", "checkCode": "", "pwd": "这里是新的密码" } ``` + response ```json { "code": "msg": "data": true } ``` > 验证码错误返回 code为45,验证码失效返回code为89