whyclxw
2024-12-19 c27a9c7bce5b6b9607fa69ee5e5d1a3ad033e22c
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();
    }
}