yujian
2019-03-12 4a05f1c9c508ab7f10c5eae22a5c716f5454ca02
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