管理员-列表
接口地址:/console/managerlist
参数:
返回格式:
{
"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?