whyclxw
2025-03-25 a7fef2846505b08e0711345b17902e7381612d23
src/main/java/com/whyc/controller/AppController.java
@@ -24,7 +24,7 @@
    @ApiOperation(value = "普通用户登录查看自己授权记录--普通用户")
    @ApiOperation(value = "普通用户登录查看自己授权锁记录--普通用户")
    @GetMapping("getAuthByUid")
    public Response getAuthByUid(String uname){
        return authService.getAuthByUid(uname);