更改密码
POST
https://api.amandacat.shop/api/user/changePwd
请求参数
参数名
类型
描述
必填
code
int
短信验证码(无此参数为发送验证码)
必填
new_pwd
char
新密码
必填
id
必填
token
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:更改密码成功!
必填
data
object
示例:null
必填
code
int
示例:0
必填