文档
测试

启用/禁用

POST
adminAccount/status

接口描述

启用/禁用管理员账号

请求头

参数名
类型
描述
必填
Authorization
str
用户登录令牌
必填

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
aid
int
管理账号ID
必填
status
int
要设置的值,1启用0禁用
必填

响应参数

application/json
参数名
类型
描述
必填
code
int
错误码,0正确,大于0表示有错误
必填
msg
str
错误信息,ok 或 错误信息
必填