重置密码
POST
/api/user/resetpwd?token=token
请求头
参数名
类型
描述
必填
Content-Type
application/x-www-form-urlencoded
必填
请求参数
参数名
类型
描述
必填
newpassword
string
新密码
必填
oldpassword
string
旧密码
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1000
必填
msg
string
示例:成功
必填
time
string
示例:1592384440
必填
data
object
示例:null
必填