lxw
2022-09-01 fac6a178e60cc78178b70556c260dde47e806cc0
src/main/java/com/whyc/controller/PermitGroupController.java
@@ -44,6 +44,12 @@
        return  groupService.getAllGroup();
    }
    @ApiOperation(value = "登录后根据用户名查询该用户的权限")
    @GetMapping("getPermitsByUname")
    public Response getPermitsByUname(){
        return  permitService.getPermitsByUname();
    }
    @ApiOperation(value = "添加权限组")
    @GetMapping("addGroup")
    public Response addGroup(@RequestParam String groupName){