yujian
2019-05-24 fc0cc7e808f9228b39b1e6b9d29c5417f41dbcc4
fanli/src/main/java/com/yeshi/fanli/aspect/H5SignValidateAspect.java
@@ -13,6 +13,7 @@
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.Signature;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.reflect.MethodSignature;
import org.springframework.stereotype.Component;
@@ -35,7 +36,7 @@
   public static String KEY = "thisWarning";
   // @Around(EDP)
   @Around(EDP)
   public Object appH5Around(ProceedingJoinPoint joinPoint) throws IOException {
      ServletRequestAttributes servletContainer = (ServletRequestAttributes) RequestContextHolder