修改密码。
http://host:port/open/api/v1/users/editPwd
POST
| 字段 | 类型 | 是否必须 | 说明 |
|---|---|---|---|
| oldPassword | String | 是 | 原密码 |
| newPassword | String | 是 | 新密码 |
{
"oldPassword": "test123",
"newPassword": "test234"
}