1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456 |
- [
- {
- "id": 161227167658053,
- "label": "接口服务",
- "path": "api",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168079941,
- "parentId": 161227167658053,
- "label": "查询接口",
- "path": "/api/admin/api/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168116805,
- "parentId": 161227167658053,
- "label": "查询列表",
- "path": "/api/admin/api/get-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168116806,
- "parentId": 161227167658053,
- "label": "查询分页",
- "path": "/api/admin/api/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168120901,
- "parentId": 161227167658053,
- "label": "添加",
- "path": "/api/admin/api/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168120902,
- "parentId": 161227167658053,
- "label": "修改",
- "path": "/api/admin/api/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168120903,
- "parentId": 161227167658053,
- "label": "删除",
- "path": "/api/admin/api/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168124997,
- "parentId": 161227167658053,
- "label": "批量删除",
- "path": "/api/admin/api/batch-soft-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168124998,
- "parentId": 161227167658053,
- "label": "同步",
- "path": "/api/admin/api/sync",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651914309,
- "parentId": 161227167658053,
- "label": "彻底删除",
- "path": "/api/admin/api/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167719493,
- "label": "认证授权服务",
- "path": "auth",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168129094,
- "parentId": 161227167719493,
- "label": "查询密钥",
- "path": "/api/admin/auth/get-password-encrypt-key",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168133189,
- "parentId": 161227167719493,
- "label": "登录",
- "path": "/api/admin/auth/login",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168133190,
- "parentId": 161227167719493,
- "label": "刷新Token",
- "path": "/api/admin/auth/refresh",
- "httpMethods": "get",
- "description": "以旧换新",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651922501,
- "parentId": 161227167719493,
- "label": "查询用户信息",
- "path": "/api/admin/auth/get-user-info",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651922502,
- "parentId": 161227167719493,
- "label": "获取验证数据",
- "path": "/api/admin/auth/get-captcha",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651922503,
- "parentId": 161227167719493,
- "label": "检查验证数据",
- "path": "/api/admin/auth/check-captcha",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167719494,
- "label": "数据字典服务",
- "path": "dictionary",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168137285,
- "parentId": 161227167719494,
- "label": "查询数据字典",
- "path": "/api/admin/dictionary/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168137286,
- "parentId": 161227167719494,
- "label": "查询数据字典列表",
- "path": "/api/admin/dictionary/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168137287,
- "parentId": 161227167719494,
- "label": "新增",
- "path": "/api/admin/dictionary/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168141381,
- "parentId": 161227167719494,
- "label": "修改",
- "path": "/api/admin/dictionary/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168141382,
- "parentId": 161227167719494,
- "label": "删除",
- "path": "/api/admin/dictionary/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 184100551516229,
- "parentId": 161227167719494,
- "label": "批量删除",
- "path": "/api/admin/dictionary/batch-soft-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651922504,
- "parentId": 161227167719494,
- "label": "彻底删除",
- "path": "/api/admin/dictionary/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167719495,
- "label": "权限服务",
- "path": "permission",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168141383,
- "parentId": 161227167719495,
- "label": "查询权限列表",
- "path": "/api/admin/permission/get-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168145477,
- "parentId": 161227167719495,
- "label": "查询分组",
- "path": "/api/admin/permission/get-group",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168145478,
- "parentId": 161227167719495,
- "label": "查询菜单",
- "path": "/api/admin/permission/get-menu",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168149573,
- "parentId": 161227167719495,
- "label": "查询接口",
- "path": "/api/admin/permission/get-api",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168149574,
- "parentId": 161227167719495,
- "label": "查询角色权限-权限列表",
- "path": "/api/admin/permission/get-permission-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168149575,
- "parentId": 161227167719495,
- "label": "查询角色权限列表",
- "path": "/api/admin/permission/get-role-permission-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168153669,
- "parentId": 161227167719495,
- "label": "新增分组",
- "path": "/api/admin/permission/add-group",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168153670,
- "parentId": 161227167719495,
- "label": "新增菜单",
- "path": "/api/admin/permission/add-menu",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168153671,
- "parentId": 161227167719495,
- "label": "新增接口",
- "path": "/api/admin/permission/add-api",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168157765,
- "parentId": 161227167719495,
- "label": "修改分组",
- "path": "/api/admin/permission/update-group",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168157766,
- "parentId": 161227167719495,
- "label": "修改菜单",
- "path": "/api/admin/permission/update-menu",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168161861,
- "parentId": 161227167719495,
- "label": "修改接口",
- "path": "/api/admin/permission/update-api",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168161862,
- "parentId": 161227167719495,
- "label": "删除",
- "path": "/api/admin/permission/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168165957,
- "parentId": 161227167719495,
- "label": "保存角色权限",
- "path": "/api/admin/permission/assign",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168165958,
- "parentId": 161227167719495,
- "label": "查询权限点",
- "path": "/api/admin/permission/get-dot",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168165959,
- "parentId": 161227167719495,
- "label": "新增权限点",
- "path": "/api/admin/permission/add-dot",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168170053,
- "parentId": 161227167719495,
- "label": "修改权限点",
- "path": "/api/admin/permission/update-dot",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 170317848645701,
- "parentId": 161227167719495,
- "label": "查询租户权限列表",
- "path": "/api/admin/permission/get-tenant-permission-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 170317848662085,
- "parentId": 161227167719495,
- "label": "保存租户权限",
- "path": "/api/admin/permission/save-tenant-permissions",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 187384805367877,
- "parentId": 161227167719495,
- "label": "彻底删除",
- "path": "/api/admin/permission/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167719496,
- "label": "角色服务",
- "path": "role",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168170054,
- "parentId": 161227167719496,
- "label": "查询角色",
- "path": "/api/admin/role/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168170055,
- "parentId": 161227167719496,
- "label": "查询角色列表",
- "path": "/api/admin/role/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168174149,
- "parentId": 161227167719496,
- "label": "添加",
- "path": "/api/admin/role/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168178245,
- "parentId": 161227167719496,
- "label": "修改",
- "path": "/api/admin/role/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168178246,
- "parentId": 161227167719496,
- "label": "删除",
- "path": "/api/admin/role/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168182341,
- "parentId": 161227167719496,
- "label": "批量删除",
- "path": "/api/admin/role/batch-soft-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926604,
- "parentId": 161227167719496,
- "label": "彻底删除",
- "path": "/api/admin/role/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241422917,
- "parentId": 161227167719496,
- "label": "查询角色列表",
- "path": "/api/admin/role/get-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241422918,
- "parentId": 161227167719496,
- "label": "查询角色用户列表",
- "path": "/api/admin/role/get-role-user-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241422919,
- "parentId": 161227167719496,
- "label": "新增角色用户",
- "path": "/api/admin/role/add-role-user",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241422920,
- "parentId": 161227167719496,
- "label": "移除角色用户",
- "path": "/api/admin/role/remove-role-user",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241422921,
- "parentId": 161227167719496,
- "label": "批量彻底删除",
- "path": "/api/admin/role/batch-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 361090412425285,
- "parentId": 161227167719496,
- "label": "设置数据权限",
- "path": "/api/admin/role/set-data-scope",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167719497,
- "label": "用户服务",
- "path": "user",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168182342,
- "parentId": 161227167719497,
- "label": "查询用户基本信息",
- "path": "/api/admin/user/get-basic",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168182343,
- "parentId": 161227167719497,
- "label": "查询用户",
- "path": "/api/admin/user/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168186437,
- "parentId": 161227167719497,
- "label": "查询分页",
- "path": "/api/admin/user/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168186438,
- "parentId": 161227167719497,
- "label": "新增用户",
- "path": "/api/admin/user/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168190533,
- "parentId": 161227167719497,
- "label": "修改用户",
- "path": "/api/admin/user/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168190534,
- "parentId": 161227167719497,
- "label": "删除用户",
- "path": "/api/admin/user/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168190535,
- "parentId": 161227167719497,
- "label": "批量删除用户",
- "path": "/api/admin/user/batch-soft-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168194629,
- "parentId": 161227167719497,
- "label": "修改用户密码",
- "path": "/api/admin/user/change-password",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168194630,
- "parentId": 161227167719497,
- "label": "更新用户基本信息",
- "path": "/api/admin/user/update-basic",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168194631,
- "parentId": 161227167719497,
- "label": "上传头像",
- "path": "/api/admin/user/avatar-upload",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926606,
- "parentId": 161227167719497,
- "label": "查询用户权限信息",
- "path": "/api/admin/user/get-permissions",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926607,
- "parentId": 161227167719497,
- "label": "彻底删除用户",
- "path": "/api/admin/user/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241427019,
- "parentId": 161227167719497,
- "label": "批量彻底删除用户",
- "path": "/api/admin/user/batch-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 349749396615237,
- "parentId": 161227167719497,
- "label": "重置密码",
- "path": "/api/admin/user/reset-password",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 349749396619333,
- "parentId": 161227167719497,
- "label": "设置主管",
- "path": "/api/admin/user/set-manager",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 361090412441669,
- "parentId": 161227167719497,
- "label": "新增会员",
- "path": "/api/admin/user/add-member",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 361090412441670,
- "parentId": 161227167719497,
- "label": "修改会员",
- "path": "/api/admin/user/update-member",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167719498,
- "label": "视图服务",
- "path": "view",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168198725,
- "parentId": 161227167719498,
- "label": "查询视图",
- "path": "/api/admin/view/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168198726,
- "parentId": 161227167719498,
- "label": "查询列表",
- "path": "/api/admin/view/get-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168202822,
- "parentId": 161227167719498,
- "label": "新增",
- "path": "/api/admin/view/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168202823,
- "parentId": 161227167719498,
- "label": "修改",
- "path": "/api/admin/view/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168206917,
- "parentId": 161227167719498,
- "label": "删除",
- "path": "/api/admin/view/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168206918,
- "parentId": 161227167719498,
- "label": "批量删除",
- "path": "/api/admin/view/batch-soft-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168206919,
- "parentId": 161227167719498,
- "label": "同步",
- "path": "/api/admin/view/sync",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926608,
- "parentId": 161227167719498,
- "label": "彻底删除",
- "path": "/api/admin/view/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167723589,
- "label": "缓存服务",
- "path": "cache",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168211013,
- "parentId": 161227167723589,
- "label": "查询列表",
- "path": "/api/admin/cache/get-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168211014,
- "parentId": 161227167723589,
- "label": "清除缓存",
- "path": "/api/admin/cache/clear",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167723590,
- "label": "登录日志服务",
- "path": "login-log",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168215109,
- "parentId": 161227167723590,
- "label": "查询登录日志列表",
- "path": "/api/admin/login-log/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926601,
- "parentId": 161227167723590,
- "label": "新增",
- "path": "/api/admin/login-log/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167723591,
- "label": "操作日志服务",
- "path": "opration-log",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168215110,
- "parentId": 161227167723591,
- "label": "查询操作日志列表",
- "path": "/api/admin/opration-log/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926602,
- "parentId": 161227167723591,
- "label": "新增",
- "path": "/api/admin/opration-log/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167723592,
- "label": "文档服务",
- "path": "document",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168215111,
- "parentId": 161227167723592,
- "label": "查询文档列表",
- "path": "/api/admin/document/get-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168219205,
- "parentId": 161227167723592,
- "label": "查询分组",
- "path": "/api/admin/document/get-group",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168219206,
- "parentId": 161227167723592,
- "label": "查询菜单",
- "path": "/api/admin/document/get-menu",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168223301,
- "parentId": 161227167723592,
- "label": "查询精简文档列表",
- "path": "/api/admin/document/get-plain-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168223302,
- "parentId": 161227167723592,
- "label": "新增分组",
- "path": "/api/admin/document/add-group",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168227397,
- "parentId": 161227167723592,
- "label": "新增菜单",
- "path": "/api/admin/document/add-menu",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168227398,
- "parentId": 161227167723592,
- "label": "修改分组",
- "path": "/api/admin/document/update-group",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168231493,
- "parentId": 161227167723592,
- "label": "修改菜单",
- "path": "/api/admin/document/update-menu",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168231494,
- "parentId": 161227167723592,
- "label": "删除文档",
- "path": "/api/admin/document/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168235589,
- "parentId": 161227167723592,
- "label": "查询文档内容",
- "path": "/api/admin/document/get-content",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168235590,
- "parentId": 161227167723592,
- "label": "修改文档内容",
- "path": "/api/admin/document/update-content",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168235591,
- "parentId": 161227167723592,
- "label": "上传文档图片",
- "path": "/api/admin/document/upload-image",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168239685,
- "parentId": 161227167723592,
- "label": "查询图片列表",
- "path": "/api/admin/document/get-image-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168239686,
- "parentId": 161227167723592,
- "label": "彻底删除图片",
- "path": "/api/admin/document/delete-image",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926599,
- "parentId": 161227167723592,
- "label": "新增图片",
- "path": "/api/admin/document/add-image",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926600,
- "parentId": 161227167723592,
- "label": "彻底删除文档",
- "path": "/api/admin/document/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 161227167723593,
- "label": "租户服务",
- "path": "tenant",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 161227168243781,
- "parentId": 161227167723593,
- "label": "查询租户",
- "path": "/api/admin/tenant/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168243782,
- "parentId": 161227167723593,
- "label": "查询租户列表",
- "path": "/api/admin/tenant/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168243783,
- "parentId": 161227167723593,
- "label": "新增",
- "path": "/api/admin/tenant/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168247877,
- "parentId": 161227167723593,
- "label": "修改",
- "path": "/api/admin/tenant/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168247878,
- "parentId": 161227167723593,
- "label": "删除",
- "path": "/api/admin/tenant/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 161227168251973,
- "parentId": 161227167723593,
- "label": "批量删除",
- "path": "/api/admin/tenant/batch-soft-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 163579785756741,
- "parentId": 161227167723593,
- "label": "彻底删除",
- "path": "/api/admin/tenant/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 174219034718277,
- "label": "部门服务",
- "path": "org",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 174219034734672,
- "parentId": 174219034718277,
- "label": "查询部门",
- "path": "/api/admin/org/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 174219034734674,
- "parentId": 174219034718277,
- "label": "新增",
- "path": "/api/admin/org/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 174219034738757,
- "parentId": 174219034718277,
- "label": "修改",
- "path": "/api/admin/org/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 174219034738758,
- "parentId": 174219034718277,
- "label": "删除",
- "path": "/api/admin/org/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 188049296683077,
- "parentId": 174219034718277,
- "label": "查询列表",
- "path": "/api/admin/org/get-list",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 342274923528261,
- "parentId": 174219034718277,
- "label": "彻底删除",
- "path": "/api/admin/org/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 174219034718279,
- "label": "字典类型服务",
- "path": "dictionary-type",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 174219034734661,
- "parentId": 174219034718279,
- "label": "查询字典类型",
- "path": "/api/admin/dictionary-type/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 174219034734662,
- "parentId": 174219034718279,
- "label": "查询字典类型列表",
- "path": "/api/admin/dictionary-type/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 174219034734663,
- "parentId": 174219034718279,
- "label": "新增",
- "path": "/api/admin/dictionary-type/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 174219034734664,
- "parentId": 174219034718279,
- "label": "修改",
- "path": "/api/admin/dictionary-type/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 174219034734665,
- "parentId": 174219034718279,
- "label": "删除",
- "path": "/api/admin/dictionary-type/soft-delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 184100551532613,
- "parentId": 174219034718279,
- "label": "批量删除",
- "path": "/api/admin/dictionary-type/batch-soft-delete",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 271618651926597,
- "parentId": 174219034718279,
- "label": "彻底删除",
- "path": "/api/admin/dictionary-type/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 336555241189445,
- "label": "任务日志服务",
- "path": "task-log",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 336555241427018,
- "parentId": 336555241189445,
- "label": "查询任务日志列表",
- "path": "/api/admin/task-log/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- },
- {
- "id": 336555241193541,
- "label": "任务服务",
- "path": "task",
- "description": "",
- "enabled": true,
- "childs": [
- {
- "id": 336555241422922,
- "parentId": 336555241193541,
- "label": "查询任务",
- "path": "/api/admin/task/get",
- "httpMethods": "get",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241427013,
- "parentId": 336555241193541,
- "label": "查询任务列表",
- "path": "/api/admin/task/get-page",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241427014,
- "parentId": 336555241193541,
- "label": "新增",
- "path": "/api/admin/task/add",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241427015,
- "parentId": 336555241193541,
- "label": "修改",
- "path": "/api/admin/task/update",
- "httpMethods": "put",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 336555241427016,
- "parentId": 336555241193541,
- "label": "删除任务",
- "path": "/api/admin/task/delete",
- "httpMethods": "delete",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 343342310699077,
- "parentId": 336555241193541,
- "label": "暂停任务",
- "path": "/api/admin/task/pause",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 343342310703173,
- "parentId": 336555241193541,
- "label": "启动任务",
- "path": "/api/admin/task/resume",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- },
- {
- "id": 343342310703174,
- "parentId": 336555241193541,
- "label": "执行任务",
- "path": "/api/admin/task/run",
- "httpMethods": "post",
- "description": "",
- "enabled": true,
- "childs": []
- }
- ]
- }
- ]
|