文档
测试

修改密码

POST
http://friends.e.wxiy.com/api/user/resetpwd

请求头

参数名
类型
描述
必填
Content-Type
string
application/json
必填
token
string
必填

请求参数

参数名
类型
描述
必填
mobile
string
账号
必填
newpassword
string
新密码
必填
code
string
验证码
必填
confirm_password
string
确认密码
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:修改成功
必填
time
string
示例:1598338690
必填
data
object
示例:null
必填