修改密码
POST
{{url}}/api/user/password/edit
请求参数
参数名
类型
描述
必填
username
int
示例:18333333333
必填
password1
int
示例:111111
必填
password2
int
示例:111111
必填
captcha
int
示例:1234 验证码 暂时都为1234
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1001
必填
msg
string
示例:OK
必填