管理员-列表

接口地址:/console/managerlist

请求方式 get

参数:

  • q 搜索关键字(可选)

  • status 9已删除 10-未加入用户组 11-已加入用户组

  • page 分页页码 (首次不传或传0)(可选)

返回格式:

{
    "code": 1,
    "data": {
        "manager_list":[
            {
                "id": 1,
                "name": "xxx",
                "group": "超级管理员",
                "status": "1 ##1-正常,9-已删除"
            },
            {
                "id": 2,
                "name": "xxx",
                "group": "管理员",
                "status": "1 ##1-正常,9-已删除"
            }
        ],
        "page": 1,
        "total_num": 120
    },
    "msg": "success"
}

Last updated

Was this helpful?