Modify personal account password
Basic Information
Modify personal account password
请求路径
PUT /openapi/v1/changepwd
Body请求参数
{
  "password": "stringst",
  "password1": "stringst"
}
request parameters
| name | Location | type | required | illustrate | 
|---|---|---|---|---|
| body | body | ChangePassWd | no | none | 
back to example
return result
| status code | Status code meaning | illustrate | data model | 
|---|---|---|---|
| 200 | OK | success | ChangePassWd | 
Model
ChangePassWd
{
  "password": "stringst",
  "password1": "stringst"
}
Attributes
| name | type | required | constraint | Chinese name | illustrate | 
|---|---|---|---|---|---|
| password | string | true | none | Password | new password | 
| password1 | string | true | none | Password1 | Confirm the new password again |