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){