文档
测试

用户更改密码

POST
http://39.108.168.231:8080/updatePassword

请求参数

参数名
类型
描述
必填
olderPassword
string
原来的密码
必填
newPassword
string
新密码
必填

响应参数

参数名
类型
描述
必填
Boolean
正确为true失败为false
必填