XiaoRuby
2023-08-30 730443b70de88d328ffa275f51f69280fda979e4
sys/src/main/java/com/yuanchu/limslaboratory/aop/AuthRequestAspect.java
@@ -37,7 +37,7 @@
    public void pointCut() {
    }
    private final static String ADMIN = "c3284d0f94606de1fd2af172aba15bf3";
    private final static String ADMIN = "f5c8bcb7d5a0fd27e2323280f7e98cad";
    @Resource
@@ -100,7 +100,7 @@
                //throw new AuthException("400","无权限");
            }
        } else {
            throw new AuthException("401", "登陆过期");
            throw new AuthException("401", "登陆过期!");
        }
    }