文档
测试

修改密码

POST
http://localhost:8080/app/user/updatePassword

请求参数

参数名
类型
描述
必填
loginName
string
登录名
必填
oldpassword
string
原密码
必填
password
string
新密码
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
errorCode
string
示例:-1
必填
msg
string
示例:修改成功!
必填
total
number
示例:0
必填

说明 / 示例

{ "success": true, "errorCode": "-1", "msg": "修改成功!", "total": 0 }