admin
2021-04-22 745320cbb4edfa4fbc8f0f95483a4ee7893d5769
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();