管理员-详情

接口地址:/console/managerdetail

请求方式 get

参数:

  • id 管理员id

返回格式:

{
    "code": 1,
    "data": {
        "name": "管理员姓名",
        "group_id": "1 ##用户组的id",
        "group_name": "超级管理员 ##用户组名称",
        "phone": "手机号"
    },
    "msg": "success"
}

Last updated

Was this helpful?