ch-password 接口
用户修改自己的登录密码,修改时必须输入原密码。
请求方式
GET http://ip/mwapi?method=ch-password&pass=xxx&new-pass=xxx
参数 | 说明 |
---|---|
method | 方法名称:ch-password |
pass | 原密码,使用 MD5 加密。 |
new-pass | 新密码,使用 MD5 加密。 |
返回数据
{
"status": 0
}
属性 | 说明 |
---|---|
status | 返回状态。0:修改成功,返回其它值请参考 API 状态码。 |