src/main/java/com/whyc/controller/UserInfController.java
@@ -75,5 +75,10 @@ public Response getUnloadUinf(){ return service.getUnloadUinf(); } @GetMapping("getLockWithAuth") @ApiOperation(value = "查询当前用户授予权限的锁") public Response getLockWithAuth(){ return service.getLockWithAuth(); } }