admin
2021-08-02 e89de9319d8f771f8e53cb5f876d06465a580c57
src/main/java/com/yeshi/buwan/aspect/LoginAspect.java
@@ -20,7 +20,7 @@
   
   @Around("execution(public * com.yeshi.buwan.controller.admin.api.*.*(..))")
   public Object verifyLoginState(ProceedingJoinPoint joinPoint) throws IOException {
   public Object verifyLoginState(ProceedingJoinPoint joinPoint) throws Throwable {
      
      ServletRequestAttributes servletContainer = (ServletRequestAttributes)RequestContextHolder.getRequestAttributes();