admin
2021-06-16 42fa17d6209d10cbe4774388d0ff3fcf3329eb5a
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();