xinadmin
首页XinAdmin
首页XinAdmin
  1. 用户权限
  • 后台接口
    • 系统用户接口
      • 系统用户
        • 后台登录
        • 退出登录
        • 获取用户信息
        • 更新用户信息
        • 修改密码
        • 上传头像
        • 登录日志
      • 用户列表
        • 获取系统用户列表
        • 新增系统用户
        • 修改系统用户信息
        • 删除系统用户
        • 重置用户密码
        • 修改用户状态
      • 用户权限
        • 获取权限列表
          GET
        • 新增权限
          POST
        • 编辑权限
          PUT
        • 删除权限
          DELETE
        • 获取父级权限
          GET
        • 设置显示状态
          PUT
        • 设置启用状态
          PUT
      • 用户部门
        • 获取部门列表
        • 新增部门
        • 编辑部门信息
        • 删除部门
      • 用户角色
        • 获取权限列表
        • 新建角色
        • 编辑角色信息
        • 删除角色
        • 设置角色权限
    • 系统设置接口
      • 查询系统设置列表
      • 新增系统设置
      • 修改系统设置
      • 删除系统设置
      • 保存设置
      • 刷新设置缓存
      • 查询设置分组列表
      • 新增设置分组
      • 修改设置分组信息
      • 删除设置分组
    • 系统监控接口
      • 请求监控列表
      • 授权监控列表
      • SQL监控列表
      • 缓存监控列表
      • Redis监控列表
    • 文件管理接口
    • 系统字典接口
      • 获取字典列表
      • 新增字典
      • 更新字典
      • 删除字典
      • 获取字典
      • 获取字典项
      • 新增字典项
      • 修改字典项
      • 删除字典项
  • APP接口
    • APP基础接口
      • 获取首页信息
      • APP用户登录
      • APP用户注册
    • APP用户接口
      • 获取用户信息
  1. 用户权限

获取权限列表

GET
/admin/rule

请求参数

Header 参数

返回响应

🟢200成功
application/json
Body

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:8000/admin/rule' \
--header 'Authorization: Bearer '
响应示例响应示例
{
    "data": [
        {
            "id": 1,
            "parent_id": 0,
            "type": "0",
            "sort": 0,
            "name": "仪表盘",
            "path": "/dashboard",
            "icon": "PieChartOutlined",
            "key": "dashboard",
            "local": "menu.dashboard",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 2,
            "parent_id": 1,
            "type": "1",
            "sort": 0,
            "name": "分析页",
            "path": "/dashboard/analysis",
            "icon": "StockOutlined",
            "key": "dashboard.analysis",
            "local": "menu.dashboard.analysis",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 3,
            "parent_id": 1,
            "type": "1",
            "sort": 1,
            "name": "监控页",
            "path": "/dashboard/monitor",
            "icon": "BarChartOutlined",
            "key": "dashboard.monitor",
            "local": "menu.dashboard.monitor",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 4,
            "parent_id": 1,
            "type": "1",
            "sort": 2,
            "name": "工作台",
            "path": "/dashboard/workplace",
            "icon": "RadarChartOutlined",
            "key": "dashboard.workplace",
            "local": "menu.dashboard.workplace",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 5,
            "parent_id": 0,
            "type": "0",
            "sort": 1,
            "name": "示例组件",
            "path": "/data",
            "icon": "GoldOutlined",
            "key": "data",
            "local": "menu.components",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 6,
            "parent_id": 5,
            "type": "1",
            "sort": 0,
            "name": "单选卡片",
            "path": "/data/checkcard",
            "icon": "CreditCardOutlined",
            "key": "data.checkcard",
            "local": "menu.components.checkcard",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 7,
            "parent_id": 5,
            "type": "1",
            "sort": 1,
            "name": "定义列表",
            "path": "/data/descriptions",
            "icon": "BarsOutlined",
            "key": "data.descriptions",
            "local": "menu.components.descriptions",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 8,
            "parent_id": 5,
            "type": "1",
            "sort": 2,
            "name": "高级表单",
            "path": "/data/form",
            "icon": "BarsOutlined",
            "key": "data.form",
            "local": "menu.components.form",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 9,
            "parent_id": 5,
            "type": "1",
            "sort": 3,
            "name": "图标选择",
            "path": "/data/icon",
            "icon": "SmileOutlined",
            "key": "data.icon",
            "local": "menu.components.iconForm",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 10,
            "parent_id": 5,
            "type": "1",
            "sort": 4,
            "name": "高级列表",
            "path": "/data/list",
            "icon": "ProfileOutlined",
            "key": "data.list",
            "local": "menu.components.list",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 11,
            "parent_id": 5,
            "type": "1",
            "sort": 5,
            "name": "高级表格",
            "path": "/data/table",
            "icon": "ProfileOutlined",
            "key": "data.table",
            "local": "menu.components.table",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 12,
            "parent_id": 0,
            "type": "0",
            "sort": 2,
            "name": "会员管理",
            "path": "/user",
            "icon": "UserOutlined",
            "key": "user",
            "local": "menu.user",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 13,
            "parent_id": 12,
            "type": "1",
            "sort": 0,
            "name": "会员列表",
            "path": "/user/list",
            "icon": "TeamOutlined",
            "key": "user.list",
            "local": "menu.user.list",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 14,
            "parent_id": 13,
            "type": "2",
            "sort": 1,
            "name": "会员列表查询",
            "path": "",
            "icon": "",
            "key": "user.list.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 15,
            "parent_id": 13,
            "type": "2",
            "sort": 2,
            "name": "会员列表编辑",
            "path": "",
            "icon": "",
            "key": "user.list.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 16,
            "parent_id": 13,
            "type": "2",
            "sort": 4,
            "name": "会员重置密码",
            "path": "",
            "icon": "",
            "key": "user.list.resetPassword",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 17,
            "parent_id": 0,
            "type": "0",
            "sort": 3,
            "name": "管理员",
            "path": "/admin",
            "icon": "SafetyCertificateOutlined",
            "key": "admin",
            "local": "menu.admin",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 18,
            "parent_id": 17,
            "type": "1",
            "sort": 0,
            "name": "用户列表",
            "path": "/admin/list",
            "icon": "TeamOutlined",
            "key": "admin.list",
            "local": "menu.admin.list",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 19,
            "parent_id": 18,
            "type": "2",
            "sort": 0,
            "name": "用户列表查询",
            "path": "",
            "icon": "",
            "key": "admin.list.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 20,
            "parent_id": 18,
            "type": "2",
            "sort": 1,
            "name": "用户列表新增",
            "path": "",
            "icon": "",
            "key": "admin.list.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 21,
            "parent_id": 18,
            "type": "2",
            "sort": 2,
            "name": "用户列表编辑",
            "path": "",
            "icon": "",
            "key": "admin.list.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 22,
            "parent_id": 18,
            "type": "2",
            "sort": 3,
            "name": "用户列表删除",
            "path": "",
            "icon": "",
            "key": "admin.list.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 23,
            "parent_id": 18,
            "type": "2",
            "sort": 4,
            "name": "重置用户密码",
            "path": "",
            "icon": "",
            "key": "admin.list.resetPassword",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 24,
            "parent_id": 17,
            "type": "1",
            "sort": 1,
            "name": "角色管理",
            "path": "/admin/role",
            "icon": "DeploymentUnitOutlined",
            "key": "admin.role",
            "local": "menu.admin.role",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 25,
            "parent_id": 24,
            "type": "2",
            "sort": 0,
            "name": "角色管理查询",
            "path": "",
            "icon": "",
            "key": "admin.role.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 26,
            "parent_id": 24,
            "type": "2",
            "sort": 1,
            "name": "角色管理详情",
            "path": "",
            "icon": "",
            "key": "admin.role.find",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 27,
            "parent_id": 24,
            "type": "2",
            "sort": 2,
            "name": "角色管理新增",
            "path": "",
            "icon": "",
            "key": "admin.role.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 28,
            "parent_id": 24,
            "type": "2",
            "sort": 3,
            "name": "角色管理编辑",
            "path": "",
            "icon": "",
            "key": "admin.role.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 29,
            "parent_id": 24,
            "type": "2",
            "sort": 4,
            "name": "角色管理删除",
            "path": "",
            "icon": "",
            "key": "admin.role.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 30,
            "parent_id": 17,
            "type": "1",
            "sort": 2,
            "name": "部门管理",
            "path": "/admin/dept",
            "icon": "ClusterOutlined",
            "key": "admin.dept",
            "local": "menu.admin.dept",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 31,
            "parent_id": 30,
            "type": "2",
            "sort": 0,
            "name": "部门管理查询",
            "path": "",
            "icon": "",
            "key": "admin.dept.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 32,
            "parent_id": 30,
            "type": "2",
            "sort": 1,
            "name": "部门管理新增",
            "path": "",
            "icon": "",
            "key": "admin.dept.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 33,
            "parent_id": 30,
            "type": "2",
            "sort": 2,
            "name": "部门管理编辑",
            "path": "",
            "icon": "",
            "key": "admin.dept.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 34,
            "parent_id": 30,
            "type": "2",
            "sort": 3,
            "name": "部门管理删除",
            "path": "",
            "icon": "",
            "key": "admin.dept.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 35,
            "parent_id": 17,
            "type": "1",
            "sort": 3,
            "name": "权限管理",
            "path": "/admin/rule",
            "icon": "IdcardOutlined",
            "key": "admin.rule",
            "local": "menu.admin.rule",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 36,
            "parent_id": 35,
            "type": "2",
            "sort": 0,
            "name": "权限管理查询",
            "path": "",
            "icon": "",
            "key": "admin.rule.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 37,
            "parent_id": 35,
            "type": "2",
            "sort": 1,
            "name": "权限管理新增",
            "path": "",
            "icon": "",
            "key": "admin.rule.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 38,
            "parent_id": 35,
            "type": "2",
            "sort": 2,
            "name": "权限管理编辑",
            "path": "",
            "icon": "",
            "key": "admin.rule.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 39,
            "parent_id": 35,
            "type": "2",
            "sort": 3,
            "name": "权限管理删除",
            "path": "",
            "icon": "",
            "key": "admin.rule.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 40,
            "parent_id": 0,
            "type": "0",
            "sort": 4,
            "name": "系统管理",
            "path": "/system",
            "icon": "SettingOutlined",
            "key": "system",
            "local": "menu.system",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 41,
            "parent_id": 40,
            "type": "1",
            "sort": 0,
            "name": "字典管理",
            "path": "/system/dict",
            "icon": "SortAscendingOutlined",
            "key": "system.dict",
            "local": "menu.system.dict",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 42,
            "parent_id": 41,
            "type": "2",
            "sort": 0,
            "name": "字典管理查询",
            "path": "",
            "icon": "",
            "key": "system.dict.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 43,
            "parent_id": 41,
            "type": "2",
            "sort": 1,
            "name": "字典管理新增",
            "path": "",
            "icon": "",
            "key": "system.dict.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 44,
            "parent_id": 41,
            "type": "2",
            "sort": 2,
            "name": "字典管理编辑",
            "path": "",
            "icon": "",
            "key": "system.dict.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 45,
            "parent_id": 41,
            "type": "2",
            "sort": 3,
            "name": "字典管理删除",
            "path": "",
            "icon": "",
            "key": "system.dict.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 46,
            "parent_id": 41,
            "type": "2",
            "sort": 4,
            "name": "字典项查询",
            "path": "",
            "icon": "",
            "key": "system.dict.item.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 47,
            "parent_id": 41,
            "type": "2",
            "sort": 5,
            "name": "字典项新增",
            "path": "",
            "icon": "",
            "key": "system.dict.item.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 48,
            "parent_id": 41,
            "type": "2",
            "sort": 6,
            "name": "字典项编辑",
            "path": "",
            "icon": "",
            "key": "system.dict.item.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 49,
            "parent_id": 41,
            "type": "2",
            "sort": 7,
            "name": "字典项删除",
            "path": "",
            "icon": "",
            "key": "system.dict.item.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 50,
            "parent_id": 40,
            "type": "1",
            "sort": 1,
            "name": "系统详情",
            "path": "/system/info",
            "icon": "InfoCircleOutlined",
            "key": "system.info",
            "local": "menu.system.info",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 51,
            "parent_id": 40,
            "type": "1",
            "sort": 3,
            "name": "系统设置",
            "path": "/system/setting",
            "icon": "ToolOutlined",
            "key": "system.setting",
            "local": "menu.system.setting",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 52,
            "parent_id": 51,
            "type": "2",
            "sort": 0,
            "name": "系统设置查询",
            "path": "",
            "icon": "",
            "key": "system.setting.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 53,
            "parent_id": 51,
            "type": "2",
            "sort": 1,
            "name": "系统设置新增",
            "path": "",
            "icon": "",
            "key": "system.setting.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 54,
            "parent_id": 51,
            "type": "2",
            "sort": 2,
            "name": "系统设置编辑",
            "path": "",
            "icon": "",
            "key": "system.setting.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 55,
            "parent_id": 51,
            "type": "2",
            "sort": 3,
            "name": "系统设置删除",
            "path": "",
            "icon": "",
            "key": "system.setting.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 56,
            "parent_id": 51,
            "type": "2",
            "sort": 4,
            "name": "系统设置分组查询",
            "path": "",
            "icon": "",
            "key": "system.setting.group.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 57,
            "parent_id": 51,
            "type": "2",
            "sort": 5,
            "name": "系统设置分组新增",
            "path": "",
            "icon": "",
            "key": "system.setting.group.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 58,
            "parent_id": 51,
            "type": "2",
            "sort": 6,
            "name": "系统设置分组编辑",
            "path": "",
            "icon": "",
            "key": "system.setting.group.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 59,
            "parent_id": 51,
            "type": "2",
            "sort": 7,
            "name": "系统设置分组删除",
            "path": "",
            "icon": "",
            "key": "system.setting.group.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 60,
            "parent_id": 0,
            "type": "0",
            "sort": 5,
            "name": "文件管理",
            "path": "/file",
            "icon": "FolderOutlined",
            "key": "file",
            "local": "menu.file",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 61,
            "parent_id": 60,
            "type": "1",
            "sort": 0,
            "name": "文件列表",
            "path": "/file/list",
            "icon": "FileSearchOutlined",
            "key": "file.list",
            "local": "menu.file.list",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 62,
            "parent_id": 61,
            "type": "2",
            "sort": 0,
            "name": "文件列表查询",
            "path": "",
            "icon": "",
            "key": "file.list.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 63,
            "parent_id": 61,
            "type": "2",
            "sort": 1,
            "name": "文件列表删除",
            "path": "",
            "icon": "",
            "key": "file.list.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 64,
            "parent_id": 61,
            "type": "2",
            "sort": 2,
            "name": "文件列表编辑",
            "path": "",
            "icon": "",
            "key": "file.list.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 65,
            "parent_id": 61,
            "type": "2",
            "sort": 3,
            "name": "文件列表下载",
            "path": "",
            "icon": "",
            "key": "file.list.download",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 66,
            "parent_id": 60,
            "type": "1",
            "sort": 1,
            "name": "文件分组",
            "path": "/file/group",
            "icon": "FolderOpenOutlined",
            "key": "file.group",
            "local": "menu.file.group",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 67,
            "parent_id": 66,
            "type": "2",
            "sort": 0,
            "name": "文件分组查询",
            "path": "",
            "icon": "",
            "key": "file.group.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 68,
            "parent_id": 66,
            "type": "2",
            "sort": 1,
            "name": "文件分组新增",
            "path": "",
            "icon": "",
            "key": "file.group.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 69,
            "parent_id": 66,
            "type": "2",
            "sort": 2,
            "name": "文件分组编辑",
            "path": "",
            "icon": "",
            "key": "file.group.update",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 70,
            "parent_id": 66,
            "type": "2",
            "sort": 3,
            "name": "文件分组删除",
            "path": "",
            "icon": "",
            "key": "file.group.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 71,
            "parent_id": 17,
            "type": "1",
            "sort": 4,
            "name": "用户设置",
            "path": "/admin/setting",
            "icon": "UserOutlined",
            "key": "admin.setting",
            "local": "menu.personal",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 72,
            "parent_id": 0,
            "type": "0",
            "sort": 7,
            "name": "AI 助理",
            "path": "/ai",
            "icon": "OpenAIFilled",
            "key": "ai",
            "local": "menu.ai",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 73,
            "parent_id": 72,
            "type": "2",
            "sort": 0,
            "name": "添加用户会话",
            "path": "",
            "icon": "",
            "key": "ai.create",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 74,
            "parent_id": 72,
            "type": "2",
            "sort": 0,
            "name": "获取会话列表",
            "path": "",
            "icon": "",
            "key": "ai.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 75,
            "parent_id": 72,
            "type": "2",
            "sort": 0,
            "name": "获取对话详情",
            "path": "",
            "icon": "",
            "key": "ai.query.uuid",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 76,
            "parent_id": 72,
            "type": "2",
            "sort": 0,
            "name": "发送AI消息",
            "path": "",
            "icon": "",
            "key": "ai.send",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 77,
            "parent_id": 40,
            "type": "1",
            "sort": 4,
            "name": "AI 会话记录",
            "path": "/system/conversation",
            "icon": "OpenAIFilled",
            "key": "system.conversation",
            "local": "menu.system.conversation",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 78,
            "parent_id": 77,
            "type": "2",
            "sort": 0,
            "name": "会话记录查询",
            "path": "",
            "icon": "",
            "key": "system.conversation.group.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 79,
            "parent_id": 77,
            "type": "2",
            "sort": 1,
            "name": "会话记录删除",
            "path": "",
            "icon": "",
            "key": "system.conversation.group.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 80,
            "parent_id": 77,
            "type": "2",
            "sort": 2,
            "name": "消息记录查询",
            "path": "",
            "icon": "",
            "key": "system.conversation.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 81,
            "parent_id": 77,
            "type": "2",
            "sort": 3,
            "name": "消息记录删除",
            "path": "",
            "icon": "",
            "key": "system.conversation.delete",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 82,
            "parent_id": 0,
            "type": "0",
            "sort": 0,
            "name": "示例菜单",
            "path": "/menu",
            "icon": "BarsOutlined",
            "key": "menu",
            "local": "menu.example",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 83,
            "parent_id": 82,
            "type": "1",
            "sort": 0,
            "name": "二级子菜单",
            "path": "/menu/one",
            "icon": "BarsOutlined",
            "key": "menu.one",
            "local": "menu.example.one",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 84,
            "parent_id": 83,
            "type": "1",
            "sort": 0,
            "name": "三级子菜单",
            "path": "/menu/two",
            "icon": "BarsOutlined",
            "key": "menu.two",
            "local": "menu.example.two",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 85,
            "parent_id": 84,
            "type": "1",
            "sort": 0,
            "name": "四级子路由",
            "path": "/menu/three",
            "icon": "BarsOutlined",
            "key": "menu.three",
            "local": "menu.example.three",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 86,
            "parent_id": 82,
            "type": "1",
            "sort": 1,
            "name": "二级子路由",
            "path": "/menu/child",
            "icon": "AppstoreOutlined",
            "key": "menu.child",
            "local": "menu.example.child",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 87,
            "parent_id": 83,
            "type": "1",
            "sort": 1,
            "name": "三级子路由",
            "path": "/menu/child2",
            "icon": "AppstoreOutlined",
            "key": "menu.child2",
            "local": "menu.example.child2",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 88,
            "parent_id": 40,
            "type": "1",
            "sort": 5,
            "name": "登录日志",
            "path": "/system/loginlog",
            "icon": "FieldTimeOutlined",
            "key": "system.loginlog",
            "local": "menu.system.loginlog",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 89,
            "parent_id": 88,
            "type": "2",
            "sort": 0,
            "name": "登录日志查询",
            "path": "",
            "icon": "",
            "key": "admin.loginlog.query",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 90,
            "parent_id": 51,
            "type": "2",
            "sort": 8,
            "name": "系统设置刷新缓存",
            "path": "",
            "icon": "",
            "key": "system.setting.refresh",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 91,
            "parent_id": 51,
            "type": "2",
            "sort": 9,
            "name": "保存设置",
            "path": "",
            "icon": "",
            "key": "system.setting.save",
            "local": "",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 92,
            "parent_id": 0,
            "type": "0",
            "sort": 6,
            "name": "系统监控",
            "path": "/watcher",
            "icon": "FolderOutlined",
            "key": "watcher",
            "local": "menu.watcher",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 93,
            "parent_id": 92,
            "type": "1",
            "sort": 0,
            "name": "请求日志",
            "path": "/system/watcher/request",
            "icon": "FolderOutlined",
            "key": "system.watcher.request",
            "local": "menu.watcher.request",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 95,
            "parent_id": 92,
            "type": "1",
            "sort": 2,
            "name": "SQL 日志",
            "path": "/system/watcher/query",
            "icon": "FolderOutlined",
            "key": "system.watcher.query",
            "local": "menu.watcher.query",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 96,
            "parent_id": 92,
            "type": "1",
            "sort": 3,
            "name": "Redis 日志",
            "path": "/system/watcher/redis",
            "icon": "FolderOutlined",
            "key": "system.watcher.redis",
            "local": "menu.watcher.redis",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        },
        {
            "id": 97,
            "parent_id": 92,
            "type": "1",
            "sort": 4,
            "name": "缓存日志",
            "path": "/system/watcher/cache",
            "icon": "FolderOutlined",
            "key": "system.watcher.cache",
            "local": "menu.watcher.cache",
            "status": 1,
            "show": 1,
            "created_at": "2025-09-09T05:55:38.000000Z",
            "updated_at": "2025-09-09T05:55:38.000000Z"
        }
    ],
    "success": true,
    "msg": "ok",
    "showType": 0
}
修改于 2025-09-13 07:36:49
上一页
修改用户状态
下一页
新增权限
Built with