设置或修改超级密码。超级密码用于找回登录密码,需要先登录才能设置。
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| action | string | 是 | 固定值 set_super_pwd |
| token | string | 是 | 登录令牌 |
| password | string | 是 | 当前登录密码(验证身份) |
| super_pwd | string | 是 | 要设置的超级密码 |
| timestamp | int | 是 | 时间戳 |
仅返回code、msg和timestamp字段。
| 错误码 | 说明 |
|---|---|
| 12001 | 设置超级密码参数错误 |
| 12002 | token无效 |
| 12003 | 用户不存在 |
| 12004 | 密码错误 |
action=set_super_pwd&password=myloginpwd&super_pwd=mysuperpwd×tamp=1700000000&token=eyJhbGciOiJIUzI1NiIs...