This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0uj-de4au1t
/
shoes-doc
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
af68593cc2
Branches
Tags
master
shoes-doc
/
用户相关
/
重置密码.md
重置密码.md
544 B
History
Raw
重置密码(通过验证码)
请求URL
POST
user/resetPasswordByCaptcha
参数
参数名
必选
类型
说明
phone
是
str
手机
captcha
是
str
验证码
password
是
str
密码
返回示例
重置密码(通过旧密码)
请求URL
POST
user/resetPasswordByOld
参数
参数名
必选
类型
说明
old_password
是
str
旧密码
new_password
是
str
新密码
返回示例