You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2777 lines
52 KiB
2777 lines
52 KiB
{
|
|
"dictionaries": [
|
|
],
|
|
"apis": [
|
|
{
|
|
"id": 1,
|
|
"label": "接口管理",
|
|
"path": "api",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 2,
|
|
"label": "授权管理",
|
|
"path": "auth",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 3,
|
|
"label": "数据字典",
|
|
"path": "dictionary",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 5,
|
|
"label": "权限管理",
|
|
"path": "permission",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 6,
|
|
"label": "角色管理",
|
|
"path": "role",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 7,
|
|
"label": "用户管理",
|
|
"path": "user",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 8,
|
|
"label": "视图管理",
|
|
"path": "view",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 10,
|
|
"parentId": 1,
|
|
"label": "查询单条接口",
|
|
"path": "/api/admin/api/get",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 11,
|
|
"parentId": 1,
|
|
"label": "查询全部接口",
|
|
"path": "/api/admin/api/getlist",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 12,
|
|
"parentId": 1,
|
|
"label": "查询分页接口",
|
|
"path": "/api/admin/api/getpage",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 13,
|
|
"parentId": 1,
|
|
"label": "新增接口",
|
|
"path": "/api/admin/api/add",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 14,
|
|
"parentId": 1,
|
|
"label": "修改接口",
|
|
"path": "/api/admin/api/update",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 15,
|
|
"parentId": 1,
|
|
"label": "删除接口",
|
|
"path": "/api/admin/api/softdelete",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 16,
|
|
"parentId": 1,
|
|
"label": "批量删除接口",
|
|
"path": "/api/admin/api/batchsoftdelete",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 17,
|
|
"parentId": 1,
|
|
"label": "同步接口",
|
|
"path": "/api/admin/api/sync",
|
|
"httpMethods": "post",
|
|
"description": "支持新增和修改接口\r\n根据接口是否存在自动禁用和启用api"
|
|
},
|
|
{
|
|
"id": 18,
|
|
"parentId": 2,
|
|
"label": "获取验证码",
|
|
"path": "/api/admin/auth/getverifycode",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 19,
|
|
"parentId": 2,
|
|
"label": "获取密钥",
|
|
"path": "/api/admin/auth/getpasswordencryptkey",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 20,
|
|
"parentId": 2,
|
|
"label": "查询用户信息",
|
|
"path": "/api/admin/auth/getuserinfo",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 21,
|
|
"parentId": 2,
|
|
"label": "用户登录",
|
|
"path": "/api/admin/auth/login",
|
|
"httpMethods": "post",
|
|
"description": "根据登录信息生成Token"
|
|
},
|
|
{
|
|
"id": 22,
|
|
"parentId": 3,
|
|
"label": "查询单条数据字典",
|
|
"path": "/api/admin/dictionary/get",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 23,
|
|
"parentId": 3,
|
|
"label": "查询分页数据字典",
|
|
"path": "/api/admin/dictionary/getpage",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 24,
|
|
"parentId": 3,
|
|
"label": "新增数据字典",
|
|
"path": "/api/admin/dictionary/add",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 25,
|
|
"parentId": 3,
|
|
"label": "修改数据字典",
|
|
"path": "/api/admin/dictionary/update",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 26,
|
|
"parentId": 3,
|
|
"label": "删除数据字典",
|
|
"path": "/api/admin/dictionary/softdelete",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 31,
|
|
"parentId": 5,
|
|
"label": "查询权限列表",
|
|
"path": "/api/admin/permission/getlist",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 32,
|
|
"parentId": 5,
|
|
"label": "查询单条分组",
|
|
"path": "/api/admin/permission/getgroup",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 33,
|
|
"parentId": 5,
|
|
"label": "查询单条菜单",
|
|
"path": "/api/admin/permission/getmenu",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 34,
|
|
"parentId": 5,
|
|
"label": "查询单条接口",
|
|
"path": "/api/admin/permission/getapi",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 35,
|
|
"parentId": 5,
|
|
"label": "查询角色权限-权限列表",
|
|
"path": "/api/admin/permission/getpermissionlist",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 36,
|
|
"parentId": 5,
|
|
"label": "查询角色权限",
|
|
"path": "/api/admin/permission/getrolepermissionlist",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 37,
|
|
"parentId": 5,
|
|
"label": "新增分组",
|
|
"path": "/api/admin/permission/addgroup",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 38,
|
|
"parentId": 5,
|
|
"label": "新增菜单",
|
|
"path": "/api/admin/permission/addmenu",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 39,
|
|
"parentId": 5,
|
|
"label": "新增接口",
|
|
"path": "/api/admin/permission/addapi",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 40,
|
|
"parentId": 5,
|
|
"label": "修改分组",
|
|
"path": "/api/admin/permission/updategroup",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 41,
|
|
"parentId": 5,
|
|
"label": "修改菜单",
|
|
"path": "/api/admin/permission/updatemenu",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 42,
|
|
"parentId": 5,
|
|
"label": "修改接口",
|
|
"path": "/api/admin/permission/updateapi",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 43,
|
|
"parentId": 5,
|
|
"label": "删除权限",
|
|
"path": "/api/admin/permission/softdelete",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 44,
|
|
"parentId": 5,
|
|
"label": "保存角色权限",
|
|
"path": "/api/admin/permission/assign",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 45,
|
|
"parentId": 6,
|
|
"label": "查询单条角色",
|
|
"path": "/api/admin/role/get",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 46,
|
|
"parentId": 6,
|
|
"label": "查询分页角色",
|
|
"path": "/api/admin/role/getpage",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 47,
|
|
"parentId": 6,
|
|
"label": "新增角色",
|
|
"path": "/api/admin/role/add",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 48,
|
|
"parentId": 6,
|
|
"label": "修改角色",
|
|
"path": "/api/admin/role/update",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 49,
|
|
"parentId": 6,
|
|
"label": "删除角色",
|
|
"path": "/api/admin/role/softdelete",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 50,
|
|
"parentId": 6,
|
|
"label": "批量删除角色",
|
|
"path": "/api/admin/role/batchsoftdelete",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 51,
|
|
"parentId": 7,
|
|
"label": "查询用户基本信息",
|
|
"path": "/api/admin/user/getbasic",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 52,
|
|
"parentId": 7,
|
|
"label": "查询单条用户",
|
|
"path": "/api/admin/user/get",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 53,
|
|
"parentId": 7,
|
|
"label": "查询分页用户",
|
|
"path": "/api/admin/user/getpage",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 54,
|
|
"parentId": 7,
|
|
"label": "新增用户",
|
|
"path": "/api/admin/user/add",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 55,
|
|
"parentId": 7,
|
|
"label": "修改用户",
|
|
"path": "/api/admin/user/update",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 56,
|
|
"parentId": 7,
|
|
"label": "删除用户",
|
|
"path": "/api/admin/user/softdelete",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 57,
|
|
"parentId": 7,
|
|
"label": "批量删除用户",
|
|
"path": "/api/admin/user/batchsoftdelete",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 58,
|
|
"parentId": 7,
|
|
"label": "更新用户密码",
|
|
"path": "/api/admin/user/changepassword",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 59,
|
|
"parentId": 7,
|
|
"label": "更新用户基本信息",
|
|
"path": "/api/admin/user/updatebasic",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 60,
|
|
"parentId": 8,
|
|
"label": "查询单条视图",
|
|
"path": "/api/admin/view/get",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 61,
|
|
"parentId": 8,
|
|
"label": "查询全部视图",
|
|
"path": "/api/admin/view/getlist",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 62,
|
|
"parentId": 8,
|
|
"label": "查询分页视图",
|
|
"path": "/api/admin/view/getpage",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 63,
|
|
"parentId": 8,
|
|
"label": "新增视图",
|
|
"path": "/api/admin/view/add",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 64,
|
|
"parentId": 8,
|
|
"label": "修改视图",
|
|
"path": "/api/admin/view/update",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 65,
|
|
"parentId": 8,
|
|
"label": "删除视图",
|
|
"path": "/api/admin/view/softdelete",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 66,
|
|
"parentId": 8,
|
|
"label": "批量删除视图",
|
|
"path": "/api/admin/view/batchsoftdelete",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 67,
|
|
"parentId": 8,
|
|
"label": "同步视图",
|
|
"path": "/api/admin/view/sync",
|
|
"httpMethods": "post",
|
|
"description": "支持新增和修改视图\r\n根据视图是否存在自动禁用和启用视图"
|
|
},
|
|
{
|
|
"id": 70,
|
|
"label": "缓存管理",
|
|
"path": "cache",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 71,
|
|
"parentId": 70,
|
|
"label": "获取缓存列表",
|
|
"path": "/api/admin/cache/list",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 72,
|
|
"parentId": 70,
|
|
"label": "清除缓存",
|
|
"path": "/api/admin/cache/clear",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 73,
|
|
"label": "登录日志管理",
|
|
"path": "loginlog",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 74,
|
|
"label": "操作日志管理",
|
|
"path": "oprationlog",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 75,
|
|
"parentId": 73,
|
|
"label": "查询分页登录日志",
|
|
"path": "/api/admin/loginlog/getpage",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 76,
|
|
"parentId": 74,
|
|
"label": "查询分页操作日志",
|
|
"path": "/api/admin/oprationlog/getpage",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 78,
|
|
"label": "文档管理",
|
|
"path": "document",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 79,
|
|
"parentId": 78,
|
|
"label": "查询文档列表",
|
|
"path": "/api/admin/document/getlist",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 80,
|
|
"parentId": 78,
|
|
"label": "查询单条分组",
|
|
"path": "/api/admin/document/getgroup",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 81,
|
|
"parentId": 78,
|
|
"label": "查询单条菜单",
|
|
"path": "/api/admin/document/getmenu",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 82,
|
|
"parentId": 78,
|
|
"label": "查询精简文档列表",
|
|
"path": "/api/admin/document/getplainlist",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 83,
|
|
"parentId": 78,
|
|
"label": "新增分组",
|
|
"path": "/api/admin/document/addgroup",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 84,
|
|
"parentId": 78,
|
|
"label": "新增菜单",
|
|
"path": "/api/admin/document/addmenu",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 85,
|
|
"parentId": 78,
|
|
"label": "修改分组",
|
|
"path": "/api/admin/document/updategroup",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 86,
|
|
"parentId": 78,
|
|
"label": "修改菜单",
|
|
"path": "/api/admin/document/updatemenu",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 87,
|
|
"parentId": 78,
|
|
"label": "删除文档",
|
|
"path": "/api/admin/document/softdelete",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 88,
|
|
"parentId": 78,
|
|
"label": "查询单条文档内容",
|
|
"path": "/api/admin/document/getcontent",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 89,
|
|
"parentId": 78,
|
|
"label": "修改文档内容",
|
|
"path": "/api/admin/document/updatecontent",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 90,
|
|
"parentId": 78,
|
|
"label": "上传文档图片",
|
|
"path": "/api/admin/document/uploadimage",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 91,
|
|
"parentId": 78,
|
|
"label": "查询文档图片列表",
|
|
"path": "/api/admin/document/getimagelist",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 92,
|
|
"parentId": 78,
|
|
"label": "删除图片",
|
|
"path": "/api/admin/document/deleteimage",
|
|
"httpMethods": "delete",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 93,
|
|
"parentId": 7,
|
|
"label": "上传头像",
|
|
"path": "/api/admin/user/avatarupload",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 94,
|
|
"parentId": 5,
|
|
"label": "查询单条权限点",
|
|
"path": "/api/admin/permission/getdot",
|
|
"httpMethods": "get",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 95,
|
|
"parentId": 5,
|
|
"label": "新增权限点",
|
|
"path": "/api/admin/permission/adddot",
|
|
"httpMethods": "post",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 96,
|
|
"parentId": 5,
|
|
"label": "修改权限点",
|
|
"path": "/api/admin/permission/updatedot",
|
|
"httpMethods": "put",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 97,
|
|
"parentId": 2,
|
|
"label": "刷新Token",
|
|
"path": "/api/admin/auth/refresh",
|
|
"httpMethods": "get",
|
|
"description": "以旧换新"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 1,
|
|
"parentId": 2,
|
|
"label": "首页",
|
|
"path": "/admin/home",
|
|
"sort": 1
|
|
},
|
|
{
|
|
"id": 2,
|
|
"label": "平台管理",
|
|
"path": "admin",
|
|
"sort": 1
|
|
},
|
|
{
|
|
"id": 3,
|
|
"parentId": 14,
|
|
"name": "user",
|
|
"label": "用户管理",
|
|
"path": "/admin/user",
|
|
"sort": 1
|
|
},
|
|
{
|
|
"id": 4,
|
|
"parentId": 14,
|
|
"name": "role",
|
|
"label": "角色管理",
|
|
"path": "/admin/role",
|
|
"sort": 2
|
|
},
|
|
{
|
|
"id": 5,
|
|
"parentId": 14,
|
|
"name": "api",
|
|
"label": "接口管理",
|
|
"path": "/admin/api",
|
|
"sort": 3
|
|
},
|
|
{
|
|
"id": 6,
|
|
"parentId": 14,
|
|
"name": "v",
|
|
"label": "视图管理",
|
|
"path": "/admin/view",
|
|
"sort": 4
|
|
},
|
|
{
|
|
"id": 7,
|
|
"parentId": 14,
|
|
"name": "permission",
|
|
"label": "权限管理",
|
|
"path": "/admin/permission",
|
|
"sort": 5
|
|
},
|
|
{
|
|
"id": 8,
|
|
"parentId": 14,
|
|
"name": "assign",
|
|
"label": "角色权限",
|
|
"path": "/admin/role-permission",
|
|
"sort": 6
|
|
},
|
|
{
|
|
"id": 9,
|
|
"parentId": 2,
|
|
"label": "系统配置",
|
|
"path": "config",
|
|
"sort": 3
|
|
},
|
|
{
|
|
"id": 10,
|
|
"parentId": 9,
|
|
"name": "dictonary",
|
|
"label": "数据字典",
|
|
"path": "/admin/dictionary",
|
|
"sort": 1
|
|
},
|
|
{
|
|
"id": 11,
|
|
"parentId": 15,
|
|
"name": "log",
|
|
"label": "操作日志",
|
|
"path": "/admin/opration-log",
|
|
"description": "",
|
|
"sort": 2
|
|
},
|
|
{
|
|
"id": 12,
|
|
"parentId": 2,
|
|
"label": "个人管理",
|
|
"path": "account",
|
|
"sort": 5
|
|
},
|
|
{
|
|
"id": 13,
|
|
"parentId": 12,
|
|
"name": "settings",
|
|
"label": "个人设置",
|
|
"path": "/account/settings",
|
|
"sort": 1
|
|
},
|
|
{
|
|
"id": 14,
|
|
"parentId": 2,
|
|
"label": "权限管理",
|
|
"path": "auth",
|
|
"description": "",
|
|
"sort": 2
|
|
},
|
|
{
|
|
"id": 15,
|
|
"parentId": 2,
|
|
"label": "日志管理",
|
|
"path": "logs",
|
|
"description": "",
|
|
"sort": 4
|
|
},
|
|
{
|
|
"id": 16,
|
|
"parentId": 14,
|
|
"label": "缓存管理",
|
|
"path": "/admin/cache",
|
|
"description": "",
|
|
"sort": 7
|
|
},
|
|
{
|
|
"id": 17,
|
|
"parentId": 15,
|
|
"label": "登录日志",
|
|
"path": "/admin/login-log",
|
|
"description": "",
|
|
"sort": 1
|
|
},
|
|
{
|
|
"id": 18,
|
|
"parentId": 2,
|
|
"label": "文档管理",
|
|
"path": "/admin/document",
|
|
"description": ""
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"id": 1,
|
|
"parentId": 65,
|
|
"label": "更新日志",
|
|
"type": 2,
|
|
"viewId": 1,
|
|
"path": "/",
|
|
"icon": "el-icon-notebook-2",
|
|
"closable": false,
|
|
"opened": false,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 2,
|
|
"parentId": 65,
|
|
"label": "权限管理",
|
|
"type": 1,
|
|
"path": "",
|
|
"icon": "fa fa-sitemap",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 3,
|
|
"parentId": 65,
|
|
"label": "系统配置",
|
|
"type": 1,
|
|
"path": "",
|
|
"icon": "el-icon-s-platform",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 4,
|
|
"label": "个人管理",
|
|
"type": 1,
|
|
"path": "",
|
|
"icon": "el-icon-s-custom",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 5,
|
|
"parentId": 66,
|
|
"label": "Admin",
|
|
"type": 2,
|
|
"path": "https://zhontai.net",
|
|
"icon": "el-icon-s-promotion",
|
|
"closable": false,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 6,
|
|
"parentId": 66,
|
|
"label": "FreeSql",
|
|
"type": 2,
|
|
"path": "https://github.com/dotnetcore/FreeSql/wiki",
|
|
"icon": "el-icon-s-promotion",
|
|
"closable": false,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 6,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 7,
|
|
"parentId": 2,
|
|
"label": "用户管理",
|
|
"type": 2,
|
|
"viewId": 3,
|
|
"path": "/admin/user",
|
|
"closable": true,
|
|
"opened": false,
|
|
"newWindow": false,
|
|
"external": true,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 8,
|
|
"parentId": 2,
|
|
"label": "角色管理",
|
|
"type": 2,
|
|
"viewId": 4,
|
|
"path": "/admin/role",
|
|
"icon": "",
|
|
"closable": true,
|
|
"opened": false,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 9,
|
|
"parentId": 2,
|
|
"label": "接口管理",
|
|
"type": 2,
|
|
"viewId": 5,
|
|
"path": "/admin/api",
|
|
"closable": true,
|
|
"opened": false,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 10,
|
|
"parentId": 2,
|
|
"label": "视图管理",
|
|
"type": 2,
|
|
"viewId": 6,
|
|
"path": "/admin/view",
|
|
"icon": "",
|
|
"closable": true,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 11,
|
|
"parentId": 2,
|
|
"label": "权限管理",
|
|
"type": 2,
|
|
"viewId": 7,
|
|
"path": "/admin/permission",
|
|
"closable": true,
|
|
"opened": false,
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 12,
|
|
"parentId": 2,
|
|
"label": "角色权限",
|
|
"type": 2,
|
|
"viewId": 8,
|
|
"path": "/admin/role-permisson",
|
|
"closable": true,
|
|
"opened": false,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 6,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 13,
|
|
"parentId": 8,
|
|
"label": "查询",
|
|
"code": "api:admin:role:getpage",
|
|
"type": 3,
|
|
"apiId": 46,
|
|
"path": " ",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 14,
|
|
"parentId": 8,
|
|
"label": "新增",
|
|
"code": "api:admin:role:add",
|
|
"type": 3,
|
|
"apiId": 47,
|
|
"path": " ",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 15,
|
|
"parentId": 8,
|
|
"label": "修改",
|
|
"code": "api:admin:role:update",
|
|
"type": 3,
|
|
"apiId": 48,
|
|
"path": " ",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 16,
|
|
"parentId": 8,
|
|
"label": "删除",
|
|
"code": "api:admin:role:softdelete",
|
|
"type": 3,
|
|
"apiId": 49,
|
|
"path": " ",
|
|
"closable": true,
|
|
"opened": false,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 17,
|
|
"parentId": 8,
|
|
"label": "批量删除",
|
|
"code": "api:admin:role:batchsoftdelete",
|
|
"type": 3,
|
|
"apiId": 50,
|
|
"path": " ",
|
|
"icon": "",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 18,
|
|
"parentId": 8,
|
|
"label": "查询单条角色",
|
|
"code": "api:admin:role:get",
|
|
"type": 3,
|
|
"apiId": 45,
|
|
"sort": 6,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 19,
|
|
"parentId": 7,
|
|
"label": "查询",
|
|
"code": "api:admin:user:getpage",
|
|
"type": 3,
|
|
"apiId": 53,
|
|
"path": "",
|
|
"closable": true,
|
|
"opened": false,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 20,
|
|
"parentId": 7,
|
|
"label": "新增",
|
|
"code": "api:admin:user:add",
|
|
"type": 3,
|
|
"apiId": 54,
|
|
"path": "",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 21,
|
|
"parentId": 7,
|
|
"label": "修改",
|
|
"code": "api:admin:user:update",
|
|
"type": 3,
|
|
"apiId": 55,
|
|
"path": "",
|
|
"closable": true,
|
|
"opened": false,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 22,
|
|
"parentId": 7,
|
|
"label": "删除",
|
|
"code": "api:admin:user:softdelete",
|
|
"type": 3,
|
|
"apiId": 56,
|
|
"path": "",
|
|
"closable": true,
|
|
"opened": false,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 23,
|
|
"parentId": 7,
|
|
"label": "批量删除",
|
|
"code": "api:admin:user:batchsoftdelete",
|
|
"type": 3,
|
|
"apiId": 57,
|
|
"path": "",
|
|
"icon": "",
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 24,
|
|
"parentId": 7,
|
|
"label": "查询单条用户",
|
|
"code": "api:admin:user:get",
|
|
"type": 3,
|
|
"apiId": 52,
|
|
"sort": 6,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 25,
|
|
"parentId": 9,
|
|
"label": "查询",
|
|
"code": "api:admin:api:getlist",
|
|
"type": 3,
|
|
"apiId": 11,
|
|
"path": "",
|
|
"icon": "",
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 26,
|
|
"parentId": 9,
|
|
"label": "新增",
|
|
"code": "api:admin:api:add",
|
|
"type": 3,
|
|
"apiId": 13,
|
|
"path": " ",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 27,
|
|
"parentId": 9,
|
|
"label": "修改",
|
|
"code": "api:admin:api:update",
|
|
"type": 3,
|
|
"apiId": 14,
|
|
"path": " ",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 28,
|
|
"parentId": 9,
|
|
"label": "删除",
|
|
"code": "api:admin:api:softdelete",
|
|
"type": 3,
|
|
"apiId": 15,
|
|
"path": " ",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 29,
|
|
"parentId": 9,
|
|
"label": "批量删除",
|
|
"code": "api:admin:api:batchsoftdelete",
|
|
"type": 3,
|
|
"apiId": 16,
|
|
"path": "",
|
|
"icon": "",
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 30,
|
|
"parentId": 9,
|
|
"label": "同步",
|
|
"code": "api:admin:api:sync",
|
|
"type": 3,
|
|
"apiId": 17,
|
|
"path": "",
|
|
"icon": "",
|
|
"sort": 6,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 31,
|
|
"parentId": 9,
|
|
"label": "查询单条接口",
|
|
"code": "api:admin:api:get",
|
|
"type": 3,
|
|
"apiId": 10,
|
|
"sort": 7,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 32,
|
|
"parentId": 11,
|
|
"label": "查询",
|
|
"code": "api:admin:permission:getlist",
|
|
"type": 3,
|
|
"apiId": 31,
|
|
"path": "",
|
|
"icon": "",
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 33,
|
|
"parentId": 11,
|
|
"label": "新增分组",
|
|
"code": "api:admin:permission:addgroup",
|
|
"type": 3,
|
|
"apiId": 37,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 34,
|
|
"parentId": 11,
|
|
"label": "新增菜单",
|
|
"code": "api:admin:permission:addmenu",
|
|
"type": 3,
|
|
"apiId": 38,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 35,
|
|
"parentId": 11,
|
|
"label": "新增接口",
|
|
"code": "api:admin:permission:addapi",
|
|
"type": 3,
|
|
"apiId": 39,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 36,
|
|
"parentId": 11,
|
|
"label": "修改分组",
|
|
"code": "api:admin:permission:updategroup",
|
|
"type": 3,
|
|
"apiId": 40,
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 37,
|
|
"parentId": 11,
|
|
"label": "修改菜单",
|
|
"code": "api:admin:permission:updatemenu",
|
|
"type": 3,
|
|
"apiId": 41,
|
|
"sort": 6,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 38,
|
|
"parentId": 11,
|
|
"label": "修改接口",
|
|
"code": "api:admin:permission:updateapi",
|
|
"type": 3,
|
|
"apiId": 42,
|
|
"sort": 7,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 39,
|
|
"parentId": 11,
|
|
"label": "删除",
|
|
"code": "api:admin:permission:softdelete",
|
|
"type": 3,
|
|
"apiId": 43,
|
|
"path": " ",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 8,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 40,
|
|
"parentId": 11,
|
|
"label": "查询单条分组",
|
|
"code": "api:admin:permission:getgroup",
|
|
"type": 3,
|
|
"apiId": 32,
|
|
"sort": 9,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 41,
|
|
"parentId": 11,
|
|
"label": "查询单条菜单",
|
|
"code": "api:admin:permission:getmenu",
|
|
"type": 3,
|
|
"apiId": 33,
|
|
"sort": 10,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 42,
|
|
"parentId": 11,
|
|
"label": "查询单条接口",
|
|
"code": "api:admin:permission:getapi",
|
|
"type": 3,
|
|
"apiId": 34,
|
|
"sort": 11,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 43,
|
|
"parentId": 12,
|
|
"label": "查询角色",
|
|
"code": "api:admin:role:getpage",
|
|
"type": 3,
|
|
"apiId": 46,
|
|
"path": "",
|
|
"icon": "",
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 44,
|
|
"parentId": 12,
|
|
"label": "查询权限",
|
|
"code": "api:admin:permission:getpermissionlist",
|
|
"type": 3,
|
|
"apiId": 35,
|
|
"path": "",
|
|
"icon": "",
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 45,
|
|
"parentId": 12,
|
|
"label": "查询角色权限",
|
|
"code": "api:admin:permission:getrolepermissionlist",
|
|
"type": 3,
|
|
"apiId": 36,
|
|
"path": "",
|
|
"icon": "",
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 46,
|
|
"parentId": 12,
|
|
"label": "保存角色权限",
|
|
"code": "api:admin:permission:assign",
|
|
"type": 3,
|
|
"apiId": 44,
|
|
"path": " ",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 47,
|
|
"parentId": 4,
|
|
"label": "个人设置",
|
|
"type": 2,
|
|
"viewId": 13,
|
|
"path": "/account/settings",
|
|
"icon": "el-icon-setting",
|
|
"closable": true,
|
|
"opened": false,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 48,
|
|
"parentId": 47,
|
|
"label": "查询基本信息",
|
|
"code": "api:admin:user:getbasic",
|
|
"type": 3,
|
|
"apiId": 51,
|
|
"path": "",
|
|
"icon": "",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 49,
|
|
"parentId": 47,
|
|
"label": "更新基本信息",
|
|
"code": "api:admin:user:updatebasic",
|
|
"type": 3,
|
|
"apiId": 59,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 50,
|
|
"parentId": 47,
|
|
"label": "更新密码",
|
|
"code": "api:admin:user:changepassword",
|
|
"type": 3,
|
|
"apiId": 58,
|
|
"path": " ",
|
|
"icon": "",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 51,
|
|
"parentId": 3,
|
|
"label": "基础数据",
|
|
"type": 1,
|
|
"icon": "fa fa-database",
|
|
"opened": false,
|
|
"sort": 1
|
|
},
|
|
{
|
|
"id": 52,
|
|
"parentId": 64,
|
|
"label": "查询",
|
|
"code": "api:admin:dictionary:getpage",
|
|
"type": 3,
|
|
"apiId": 23,
|
|
"path": " ",
|
|
"icon": "",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 53,
|
|
"parentId": 64,
|
|
"label": "新增",
|
|
"code": "api:admin:dictionary:add",
|
|
"type": 3,
|
|
"apiId": 24,
|
|
"path": " ",
|
|
"icon": "",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 54,
|
|
"parentId": 64,
|
|
"label": "修改",
|
|
"code": "api:admin:dictionary:update",
|
|
"type": 3,
|
|
"apiId": 25,
|
|
"path": " ",
|
|
"icon": "",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 55,
|
|
"parentId": 64,
|
|
"label": "删除",
|
|
"code": "api:admin:dictionary:softdelete",
|
|
"type": 3,
|
|
"apiId": 26,
|
|
"path": " ",
|
|
"icon": "",
|
|
"closable": false,
|
|
"opened": false,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 56,
|
|
"parentId": 64,
|
|
"label": "查询单条数据字典",
|
|
"code": "api:admin:dictionary:get",
|
|
"type": 3,
|
|
"apiId": 22,
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 57,
|
|
"parentId": 10,
|
|
"label": "查询",
|
|
"code": "api:admin:view:getlist",
|
|
"type": 3,
|
|
"apiId": 61,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 58,
|
|
"parentId": 10,
|
|
"label": "新增",
|
|
"code": "api:admin:view:add",
|
|
"type": 3,
|
|
"apiId": 63,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 59,
|
|
"parentId": 10,
|
|
"label": "修改",
|
|
"code": "api:admin:view:update",
|
|
"type": 3,
|
|
"apiId": 64,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 60,
|
|
"parentId": 10,
|
|
"label": "删除",
|
|
"code": "api:admin:view:softdelete",
|
|
"type": 3,
|
|
"apiId": 65,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 61,
|
|
"parentId": 10,
|
|
"label": "批量删除",
|
|
"code": "api:admin:view:batchsoftdelete",
|
|
"type": 3,
|
|
"apiId": 66,
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 62,
|
|
"parentId": 10,
|
|
"label": "同步",
|
|
"code": "api:admin:view:sync",
|
|
"type": 3,
|
|
"apiId": 67,
|
|
"sort": 6,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 63,
|
|
"parentId": 10,
|
|
"label": "查询单条视图",
|
|
"code": "api:admin:view:get",
|
|
"type": 3,
|
|
"apiId": 60,
|
|
"sort": 7,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 64,
|
|
"parentId": 3,
|
|
"label": "树形字典",
|
|
"type": 2,
|
|
"viewId": 10,
|
|
"path": "/admin/dictionary",
|
|
"icon": "fa fa-database",
|
|
"closable": true,
|
|
"opened": false,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 65,
|
|
"label": "平台管理",
|
|
"type": 1,
|
|
"icon": "el-icon-s-platform",
|
|
"opened": true,
|
|
"sort": 1
|
|
},
|
|
{
|
|
"id": 66,
|
|
"label": "帮助文档",
|
|
"type": 1,
|
|
"icon": "el-icon-question",
|
|
"opened": true,
|
|
"sort": 3
|
|
},
|
|
{
|
|
"id": 67,
|
|
"parentId": 2,
|
|
"label": "缓存管理",
|
|
"type": 2,
|
|
"viewId": 16,
|
|
"path": "/admin/cache",
|
|
"icon": "",
|
|
"closable": true,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 7,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 68,
|
|
"parentId": 67,
|
|
"label": "获取缓存列表",
|
|
"code": "api:admin:cache:list",
|
|
"type": 3,
|
|
"apiId": 71,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 69,
|
|
"parentId": 67,
|
|
"label": "清除缓存",
|
|
"code": "api:admin:cache:clear",
|
|
"type": 3,
|
|
"apiId": 72,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 70,
|
|
"parentId": 65,
|
|
"label": "日志管理",
|
|
"type": 1,
|
|
"icon": "el-icon-notebook-2",
|
|
"opened": true,
|
|
"sort": 4
|
|
},
|
|
{
|
|
"id": 71,
|
|
"parentId": 70,
|
|
"label": "登录日志",
|
|
"type": 2,
|
|
"viewId": 17,
|
|
"path": "/admin/login-log",
|
|
"icon": "",
|
|
"closable": true,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 72,
|
|
"parentId": 70,
|
|
"label": "操作日志",
|
|
"type": 2,
|
|
"viewId": 11,
|
|
"path": "/admin/opration-log",
|
|
"icon": "",
|
|
"closable": true,
|
|
"newWindow": false,
|
|
"external": false,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 73,
|
|
"parentId": 72,
|
|
"label": "查询分页操作日志",
|
|
"code": "api:admin:oprationlog:getpage",
|
|
"type": 3,
|
|
"apiId": 76,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 74,
|
|
"parentId": 71,
|
|
"label": "查询分页登录日志",
|
|
"code": "api:admin:loginlog:getpage",
|
|
"type": 3,
|
|
"apiId": 75,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 75,
|
|
"parentId": 66,
|
|
"label": "文档管理",
|
|
"type": 2,
|
|
"viewId": 18,
|
|
"path": "/admin/document",
|
|
"icon": "el-icon-notebook-2",
|
|
"closable": true,
|
|
"newWindow": false,
|
|
"external": true,
|
|
"sort": 0,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 76,
|
|
"parentId": 75,
|
|
"label": "查询精简文档列表",
|
|
"code": "api:admin:document:getplainlist",
|
|
"type": 3,
|
|
"apiId": 82,
|
|
"sort": 2,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 77,
|
|
"parentId": 75,
|
|
"label": "新增分组",
|
|
"code": "api:admin:document:addgroup",
|
|
"type": 3,
|
|
"apiId": 83,
|
|
"sort": 5,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 78,
|
|
"parentId": 75,
|
|
"label": "新增菜单",
|
|
"code": "api:admin:document:addmenu",
|
|
"type": 3,
|
|
"apiId": 84,
|
|
"sort": 6,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 79,
|
|
"parentId": 75,
|
|
"label": "修改分组",
|
|
"code": "api:admin:document:updategroup",
|
|
"type": 3,
|
|
"apiId": 85,
|
|
"sort": 7,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 80,
|
|
"parentId": 75,
|
|
"label": "修改菜单",
|
|
"code": "api:admin:document:updatemenu",
|
|
"type": 3,
|
|
"apiId": 86,
|
|
"sort": 8,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 81,
|
|
"parentId": 75,
|
|
"label": "删除文档",
|
|
"code": "api:admin:document:softdelete",
|
|
"type": 3,
|
|
"apiId": 87,
|
|
"sort": 9,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 82,
|
|
"parentId": 75,
|
|
"label": "查询单条分组",
|
|
"code": "api:admin:document:getgroup",
|
|
"type": 3,
|
|
"apiId": 80,
|
|
"sort": 3,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 83,
|
|
"parentId": 75,
|
|
"label": "查询单条菜单",
|
|
"code": "api:admin:document:getmenu",
|
|
"type": 3,
|
|
"apiId": 81,
|
|
"sort": 4,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 90,
|
|
"parentId": 75,
|
|
"label": "查询文档列表",
|
|
"code": "api:admin:document:getlist",
|
|
"type": 3,
|
|
"apiId": 79,
|
|
"sort": 1,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 91,
|
|
"parentId": 75,
|
|
"label": "查询单条文档内容",
|
|
"code": "api:admin:document:getcontent",
|
|
"type": 3,
|
|
"apiId": 88,
|
|
"sort": 10,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 92,
|
|
"parentId": 75,
|
|
"label": "修改文档内容",
|
|
"code": "api:admin:document:updatecontent",
|
|
"type": 3,
|
|
"apiId": 89,
|
|
"sort": 11,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 93,
|
|
"parentId": 75,
|
|
"label": "上传文档图片",
|
|
"code": "api:admin:document:uploadimage",
|
|
"type": 3,
|
|
"apiId": 90,
|
|
"sort": 0,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 94,
|
|
"parentId": 75,
|
|
"label": "查询文档图片列表",
|
|
"code": "api:admin:document:getimagelist",
|
|
"type": 3,
|
|
"apiId": 91,
|
|
"sort": 0,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 95,
|
|
"parentId": 75,
|
|
"label": "删除图片",
|
|
"code": "api:admin:document:deleteimage",
|
|
"type": 3,
|
|
"apiId": 92,
|
|
"sort": 0,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 96,
|
|
"parentId": 11,
|
|
"label": "查询单条权限点",
|
|
"code": "api:admin:permission:getdot",
|
|
"type": 3,
|
|
"apiId": 94,
|
|
"sort": 0,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 97,
|
|
"parentId": 11,
|
|
"label": "新增权限点",
|
|
"code": "api:admin:permission:adddot",
|
|
"type": 3,
|
|
"apiId": 95,
|
|
"sort": 0,
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 98,
|
|
"parentId": 11,
|
|
"label": "修改权限点",
|
|
"code": "api:admin:permission:updatedot",
|
|
"type": 3,
|
|
"apiId": 96,
|
|
"sort": 0,
|
|
"description": ""
|
|
}
|
|
],
|
|
"users": [
|
|
{
|
|
"id": 1,
|
|
"userName": "user",
|
|
"password": "96E79218965EB72C92A549DD5A33112",
|
|
"nickName": "平台用户",
|
|
"avatar": "",
|
|
"remark": ""
|
|
},
|
|
{
|
|
"id": 2,
|
|
"userName": "admin",
|
|
"password": "96E79218965EB72C92A549DD5A33112",
|
|
"nickName": "管理员",
|
|
"avatar": "",
|
|
"remark": ""
|
|
},
|
|
{
|
|
"id": 3,
|
|
"userName": "jack",
|
|
"password": "96E79218965EB72C92A549DD5A33112",
|
|
"nickName": "杰克"
|
|
}
|
|
],
|
|
"roles": [
|
|
{
|
|
"id": 1,
|
|
"name": "平台用户",
|
|
"description": "演示"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "系统管理员",
|
|
"description": ""
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "文档管理员",
|
|
"description": ""
|
|
}
|
|
],
|
|
"userRoles": [
|
|
{
|
|
"id": 10,
|
|
"userId": 1,
|
|
"roleId": 1
|
|
},
|
|
{
|
|
"id": 3,
|
|
"userId": 2,
|
|
"roleId": 2
|
|
},
|
|
{
|
|
"id": 9,
|
|
"userId": 3,
|
|
"roleId": 3
|
|
}
|
|
],
|
|
"rolePermissions": [
|
|
{
|
|
"id": 104,
|
|
"roleId": 1,
|
|
"permissionId": 1
|
|
},
|
|
{
|
|
"id": 66,
|
|
"roleId": 1,
|
|
"permissionId": 2
|
|
},
|
|
{
|
|
"id": 67,
|
|
"roleId": 1,
|
|
"permissionId": 3
|
|
},
|
|
{
|
|
"id": 68,
|
|
"roleId": 1,
|
|
"permissionId": 4
|
|
},
|
|
{
|
|
"id": 69,
|
|
"roleId": 1,
|
|
"permissionId": 5
|
|
},
|
|
{
|
|
"id": 70,
|
|
"roleId": 1,
|
|
"permissionId": 6
|
|
},
|
|
{
|
|
"id": 71,
|
|
"roleId": 1,
|
|
"permissionId": 7
|
|
},
|
|
{
|
|
"id": 72,
|
|
"roleId": 1,
|
|
"permissionId": 8
|
|
},
|
|
{
|
|
"id": 73,
|
|
"roleId": 1,
|
|
"permissionId": 9
|
|
},
|
|
{
|
|
"id": 74,
|
|
"roleId": 1,
|
|
"permissionId": 10
|
|
},
|
|
{
|
|
"id": 75,
|
|
"roleId": 1,
|
|
"permissionId": 11
|
|
},
|
|
{
|
|
"id": 76,
|
|
"roleId": 1,
|
|
"permissionId": 12
|
|
},
|
|
{
|
|
"id": 77,
|
|
"roleId": 1,
|
|
"permissionId": 13
|
|
},
|
|
{
|
|
"id": 78,
|
|
"roleId": 1,
|
|
"permissionId": 18
|
|
},
|
|
{
|
|
"id": 79,
|
|
"roleId": 1,
|
|
"permissionId": 19
|
|
},
|
|
{
|
|
"id": 80,
|
|
"roleId": 1,
|
|
"permissionId": 24
|
|
},
|
|
{
|
|
"id": 81,
|
|
"roleId": 1,
|
|
"permissionId": 25
|
|
},
|
|
{
|
|
"id": 82,
|
|
"roleId": 1,
|
|
"permissionId": 31
|
|
},
|
|
{
|
|
"id": 83,
|
|
"roleId": 1,
|
|
"permissionId": 32
|
|
},
|
|
{
|
|
"id": 84,
|
|
"roleId": 1,
|
|
"permissionId": 40
|
|
},
|
|
{
|
|
"id": 85,
|
|
"roleId": 1,
|
|
"permissionId": 41
|
|
},
|
|
{
|
|
"id": 86,
|
|
"roleId": 1,
|
|
"permissionId": 42
|
|
},
|
|
{
|
|
"id": 87,
|
|
"roleId": 1,
|
|
"permissionId": 43
|
|
},
|
|
{
|
|
"id": 88,
|
|
"roleId": 1,
|
|
"permissionId": 44
|
|
},
|
|
{
|
|
"id": 89,
|
|
"roleId": 1,
|
|
"permissionId": 45
|
|
},
|
|
{
|
|
"id": 90,
|
|
"roleId": 1,
|
|
"permissionId": 47
|
|
},
|
|
{
|
|
"id": 91,
|
|
"roleId": 1,
|
|
"permissionId": 48
|
|
},
|
|
{
|
|
"id": 92,
|
|
"roleId": 1,
|
|
"permissionId": 51
|
|
},
|
|
{
|
|
"id": 93,
|
|
"roleId": 1,
|
|
"permissionId": 52
|
|
},
|
|
{
|
|
"id": 98,
|
|
"roleId": 1,
|
|
"permissionId": 53
|
|
},
|
|
{
|
|
"id": 99,
|
|
"roleId": 1,
|
|
"permissionId": 54
|
|
},
|
|
{
|
|
"id": 100,
|
|
"roleId": 1,
|
|
"permissionId": 55
|
|
},
|
|
{
|
|
"id": 94,
|
|
"roleId": 1,
|
|
"permissionId": 56
|
|
},
|
|
{
|
|
"id": 95,
|
|
"roleId": 1,
|
|
"permissionId": 57
|
|
},
|
|
{
|
|
"id": 96,
|
|
"roleId": 1,
|
|
"permissionId": 63
|
|
},
|
|
{
|
|
"id": 97,
|
|
"roleId": 1,
|
|
"permissionId": 64
|
|
},
|
|
{
|
|
"id": 103,
|
|
"roleId": 1,
|
|
"permissionId": 65
|
|
},
|
|
{
|
|
"id": 131,
|
|
"roleId": 1,
|
|
"permissionId": 66
|
|
},
|
|
{
|
|
"id": 136,
|
|
"roleId": 1,
|
|
"permissionId": 67
|
|
},
|
|
{
|
|
"id": 137,
|
|
"roleId": 1,
|
|
"permissionId": 68
|
|
},
|
|
{
|
|
"id": 143,
|
|
"roleId": 1,
|
|
"permissionId": 70
|
|
},
|
|
{
|
|
"id": 144,
|
|
"roleId": 1,
|
|
"permissionId": 71
|
|
},
|
|
{
|
|
"id": 145,
|
|
"roleId": 1,
|
|
"permissionId": 72
|
|
},
|
|
{
|
|
"id": 147,
|
|
"roleId": 1,
|
|
"permissionId": 73
|
|
},
|
|
{
|
|
"id": 146,
|
|
"roleId": 1,
|
|
"permissionId": 74
|
|
},
|
|
{
|
|
"id": 156,
|
|
"roleId": 1,
|
|
"permissionId": 75
|
|
},
|
|
{
|
|
"id": 157,
|
|
"roleId": 1,
|
|
"permissionId": 76
|
|
},
|
|
{
|
|
"id": 160,
|
|
"roleId": 1,
|
|
"permissionId": 82
|
|
},
|
|
{
|
|
"id": 161,
|
|
"roleId": 1,
|
|
"permissionId": 83
|
|
},
|
|
{
|
|
"id": 163,
|
|
"roleId": 1,
|
|
"permissionId": 90
|
|
},
|
|
{
|
|
"id": 166,
|
|
"roleId": 1,
|
|
"permissionId": 91
|
|
},
|
|
{
|
|
"id": 168,
|
|
"roleId": 1,
|
|
"permissionId": 94
|
|
},
|
|
{
|
|
"id": 192,
|
|
"roleId": 1,
|
|
"permissionId": 96
|
|
},
|
|
{
|
|
"id": 102,
|
|
"roleId": 2,
|
|
"permissionId": 1
|
|
},
|
|
{
|
|
"id": 2,
|
|
"roleId": 2,
|
|
"permissionId": 2
|
|
},
|
|
{
|
|
"id": 3,
|
|
"roleId": 2,
|
|
"permissionId": 3
|
|
},
|
|
{
|
|
"id": 4,
|
|
"roleId": 2,
|
|
"permissionId": 4
|
|
},
|
|
{
|
|
"id": 5,
|
|
"roleId": 2,
|
|
"permissionId": 5
|
|
},
|
|
{
|
|
"id": 6,
|
|
"roleId": 2,
|
|
"permissionId": 6
|
|
},
|
|
{
|
|
"id": 7,
|
|
"roleId": 2,
|
|
"permissionId": 7
|
|
},
|
|
{
|
|
"id": 8,
|
|
"roleId": 2,
|
|
"permissionId": 8
|
|
},
|
|
{
|
|
"id": 9,
|
|
"roleId": 2,
|
|
"permissionId": 9
|
|
},
|
|
{
|
|
"id": 10,
|
|
"roleId": 2,
|
|
"permissionId": 10
|
|
},
|
|
{
|
|
"id": 11,
|
|
"roleId": 2,
|
|
"permissionId": 11
|
|
},
|
|
{
|
|
"id": 12,
|
|
"roleId": 2,
|
|
"permissionId": 12
|
|
},
|
|
{
|
|
"id": 13,
|
|
"roleId": 2,
|
|
"permissionId": 13
|
|
},
|
|
{
|
|
"id": 14,
|
|
"roleId": 2,
|
|
"permissionId": 14
|
|
},
|
|
{
|
|
"id": 15,
|
|
"roleId": 2,
|
|
"permissionId": 15
|
|
},
|
|
{
|
|
"id": 16,
|
|
"roleId": 2,
|
|
"permissionId": 16
|
|
},
|
|
{
|
|
"id": 17,
|
|
"roleId": 2,
|
|
"permissionId": 17
|
|
},
|
|
{
|
|
"id": 18,
|
|
"roleId": 2,
|
|
"permissionId": 18
|
|
},
|
|
{
|
|
"id": 19,
|
|
"roleId": 2,
|
|
"permissionId": 19
|
|
},
|
|
{
|
|
"id": 20,
|
|
"roleId": 2,
|
|
"permissionId": 20
|
|
},
|
|
{
|
|
"id": 21,
|
|
"roleId": 2,
|
|
"permissionId": 21
|
|
},
|
|
{
|
|
"id": 22,
|
|
"roleId": 2,
|
|
"permissionId": 22
|
|
},
|
|
{
|
|
"id": 23,
|
|
"roleId": 2,
|
|
"permissionId": 23
|
|
},
|
|
{
|
|
"id": 24,
|
|
"roleId": 2,
|
|
"permissionId": 24
|
|
},
|
|
{
|
|
"id": 25,
|
|
"roleId": 2,
|
|
"permissionId": 25
|
|
},
|
|
{
|
|
"id": 26,
|
|
"roleId": 2,
|
|
"permissionId": 26
|
|
},
|
|
{
|
|
"id": 27,
|
|
"roleId": 2,
|
|
"permissionId": 27
|
|
},
|
|
{
|
|
"id": 28,
|
|
"roleId": 2,
|
|
"permissionId": 28
|
|
},
|
|
{
|
|
"id": 29,
|
|
"roleId": 2,
|
|
"permissionId": 29
|
|
},
|
|
{
|
|
"id": 30,
|
|
"roleId": 2,
|
|
"permissionId": 30
|
|
},
|
|
{
|
|
"id": 31,
|
|
"roleId": 2,
|
|
"permissionId": 31
|
|
},
|
|
{
|
|
"id": 32,
|
|
"roleId": 2,
|
|
"permissionId": 32
|
|
},
|
|
{
|
|
"id": 33,
|
|
"roleId": 2,
|
|
"permissionId": 33
|
|
},
|
|
{
|
|
"id": 34,
|
|
"roleId": 2,
|
|
"permissionId": 34
|
|
},
|
|
{
|
|
"id": 35,
|
|
"roleId": 2,
|
|
"permissionId": 35
|
|
},
|
|
{
|
|
"id": 36,
|
|
"roleId": 2,
|
|
"permissionId": 36
|
|
},
|
|
{
|
|
"id": 37,
|
|
"roleId": 2,
|
|
"permissionId": 37
|
|
},
|
|
{
|
|
"id": 38,
|
|
"roleId": 2,
|
|
"permissionId": 38
|
|
},
|
|
{
|
|
"id": 39,
|
|
"roleId": 2,
|
|
"permissionId": 39
|
|
},
|
|
{
|
|
"id": 40,
|
|
"roleId": 2,
|
|
"permissionId": 40
|
|
},
|
|
{
|
|
"id": 41,
|
|
"roleId": 2,
|
|
"permissionId": 41
|
|
},
|
|
{
|
|
"id": 42,
|
|
"roleId": 2,
|
|
"permissionId": 42
|
|
},
|
|
{
|
|
"id": 43,
|
|
"roleId": 2,
|
|
"permissionId": 43
|
|
},
|
|
{
|
|
"id": 44,
|
|
"roleId": 2,
|
|
"permissionId": 44
|
|
},
|
|
{
|
|
"id": 45,
|
|
"roleId": 2,
|
|
"permissionId": 45
|
|
},
|
|
{
|
|
"id": 46,
|
|
"roleId": 2,
|
|
"permissionId": 46
|
|
},
|
|
{
|
|
"id": 47,
|
|
"roleId": 2,
|
|
"permissionId": 47
|
|
},
|
|
{
|
|
"id": 48,
|
|
"roleId": 2,
|
|
"permissionId": 48
|
|
},
|
|
{
|
|
"id": 49,
|
|
"roleId": 2,
|
|
"permissionId": 49
|
|
},
|
|
{
|
|
"id": 50,
|
|
"roleId": 2,
|
|
"permissionId": 50
|
|
},
|
|
{
|
|
"id": 51,
|
|
"roleId": 2,
|
|
"permissionId": 51
|
|
},
|
|
{
|
|
"id": 52,
|
|
"roleId": 2,
|
|
"permissionId": 52
|
|
},
|
|
{
|
|
"id": 53,
|
|
"roleId": 2,
|
|
"permissionId": 53
|
|
},
|
|
{
|
|
"id": 54,
|
|
"roleId": 2,
|
|
"permissionId": 54
|
|
},
|
|
{
|
|
"id": 55,
|
|
"roleId": 2,
|
|
"permissionId": 55
|
|
},
|
|
{
|
|
"id": 56,
|
|
"roleId": 2,
|
|
"permissionId": 56
|
|
},
|
|
{
|
|
"id": 57,
|
|
"roleId": 2,
|
|
"permissionId": 57
|
|
},
|
|
{
|
|
"id": 58,
|
|
"roleId": 2,
|
|
"permissionId": 58
|
|
},
|
|
{
|
|
"id": 59,
|
|
"roleId": 2,
|
|
"permissionId": 59
|
|
},
|
|
{
|
|
"id": 60,
|
|
"roleId": 2,
|
|
"permissionId": 60
|
|
},
|
|
{
|
|
"id": 61,
|
|
"roleId": 2,
|
|
"permissionId": 61
|
|
},
|
|
{
|
|
"id": 62,
|
|
"roleId": 2,
|
|
"permissionId": 62
|
|
},
|
|
{
|
|
"id": 63,
|
|
"roleId": 2,
|
|
"permissionId": 63
|
|
},
|
|
{
|
|
"id": 64,
|
|
"roleId": 2,
|
|
"permissionId": 64
|
|
},
|
|
{
|
|
"id": 101,
|
|
"roleId": 2,
|
|
"permissionId": 65
|
|
},
|
|
{
|
|
"id": 132,
|
|
"roleId": 2,
|
|
"permissionId": 66
|
|
},
|
|
{
|
|
"id": 133,
|
|
"roleId": 2,
|
|
"permissionId": 67
|
|
},
|
|
{
|
|
"id": 134,
|
|
"roleId": 2,
|
|
"permissionId": 68
|
|
},
|
|
{
|
|
"id": 135,
|
|
"roleId": 2,
|
|
"permissionId": 69
|
|
},
|
|
{
|
|
"id": 138,
|
|
"roleId": 2,
|
|
"permissionId": 70
|
|
},
|
|
{
|
|
"id": 139,
|
|
"roleId": 2,
|
|
"permissionId": 71
|
|
},
|
|
{
|
|
"id": 140,
|
|
"roleId": 2,
|
|
"permissionId": 72
|
|
},
|
|
{
|
|
"id": 142,
|
|
"roleId": 2,
|
|
"permissionId": 73
|
|
},
|
|
{
|
|
"id": 141,
|
|
"roleId": 2,
|
|
"permissionId": 74
|
|
},
|
|
{
|
|
"id": 148,
|
|
"roleId": 2,
|
|
"permissionId": 75
|
|
},
|
|
{
|
|
"id": 150,
|
|
"roleId": 2,
|
|
"permissionId": 76
|
|
},
|
|
{
|
|
"id": 151,
|
|
"roleId": 2,
|
|
"permissionId": 77
|
|
},
|
|
{
|
|
"id": 152,
|
|
"roleId": 2,
|
|
"permissionId": 78
|
|
},
|
|
{
|
|
"id": 153,
|
|
"roleId": 2,
|
|
"permissionId": 79
|
|
},
|
|
{
|
|
"id": 154,
|
|
"roleId": 2,
|
|
"permissionId": 80
|
|
},
|
|
{
|
|
"id": 155,
|
|
"roleId": 2,
|
|
"permissionId": 81
|
|
},
|
|
{
|
|
"id": 158,
|
|
"roleId": 2,
|
|
"permissionId": 82
|
|
},
|
|
{
|
|
"id": 159,
|
|
"roleId": 2,
|
|
"permissionId": 83
|
|
},
|
|
{
|
|
"id": 162,
|
|
"roleId": 2,
|
|
"permissionId": 90
|
|
},
|
|
{
|
|
"id": 165,
|
|
"roleId": 2,
|
|
"permissionId": 91
|
|
},
|
|
{
|
|
"id": 164,
|
|
"roleId": 2,
|
|
"permissionId": 92
|
|
},
|
|
{
|
|
"id": 167,
|
|
"roleId": 2,
|
|
"permissionId": 93
|
|
},
|
|
{
|
|
"id": 169,
|
|
"roleId": 2,
|
|
"permissionId": 94
|
|
},
|
|
{
|
|
"id": 170,
|
|
"roleId": 2,
|
|
"permissionId": 95
|
|
},
|
|
{
|
|
"id": 194,
|
|
"roleId": 2,
|
|
"permissionId": 96
|
|
},
|
|
{
|
|
"id": 193,
|
|
"roleId": 2,
|
|
"permissionId": 97
|
|
},
|
|
{
|
|
"id": 195,
|
|
"roleId": 2,
|
|
"permissionId": 98
|
|
},
|
|
{
|
|
"id": 173,
|
|
"roleId": 3,
|
|
"permissionId": 4
|
|
},
|
|
{
|
|
"id": 174,
|
|
"roleId": 3,
|
|
"permissionId": 47
|
|
},
|
|
{
|
|
"id": 189,
|
|
"roleId": 3,
|
|
"permissionId": 48
|
|
},
|
|
{
|
|
"id": 190,
|
|
"roleId": 3,
|
|
"permissionId": 49
|
|
},
|
|
{
|
|
"id": 191,
|
|
"roleId": 3,
|
|
"permissionId": 50
|
|
},
|
|
{
|
|
"id": 171,
|
|
"roleId": 3,
|
|
"permissionId": 66
|
|
},
|
|
{
|
|
"id": 172,
|
|
"roleId": 3,
|
|
"permissionId": 75
|
|
},
|
|
{
|
|
"id": 179,
|
|
"roleId": 3,
|
|
"permissionId": 76
|
|
},
|
|
{
|
|
"id": 182,
|
|
"roleId": 3,
|
|
"permissionId": 77
|
|
},
|
|
{
|
|
"id": 183,
|
|
"roleId": 3,
|
|
"permissionId": 78
|
|
},
|
|
{
|
|
"id": 184,
|
|
"roleId": 3,
|
|
"permissionId": 79
|
|
},
|
|
{
|
|
"id": 185,
|
|
"roleId": 3,
|
|
"permissionId": 80
|
|
},
|
|
{
|
|
"id": 186,
|
|
"roleId": 3,
|
|
"permissionId": 81
|
|
},
|
|
{
|
|
"id": 180,
|
|
"roleId": 3,
|
|
"permissionId": 82
|
|
},
|
|
{
|
|
"id": 181,
|
|
"roleId": 3,
|
|
"permissionId": 83
|
|
},
|
|
{
|
|
"id": 178,
|
|
"roleId": 3,
|
|
"permissionId": 90
|
|
},
|
|
{
|
|
"id": 187,
|
|
"roleId": 3,
|
|
"permissionId": 91
|
|
},
|
|
{
|
|
"id": 188,
|
|
"roleId": 3,
|
|
"permissionId": 92
|
|
},
|
|
{
|
|
"id": 176,
|
|
"roleId": 3,
|
|
"permissionId": 93
|
|
},
|
|
{
|
|
"id": 177,
|
|
"roleId": 3,
|
|
"permissionId": 94
|
|
},
|
|
{
|
|
"id": 175,
|
|
"roleId": 3,
|
|
"permissionId": 95
|
|
}
|
|
]
|
|
}
|