dsx 1 éve
szülő
commit
2652812ac3

+ 2 - 0
src/main/java/com/fdkankan/scene/Interceptor/CheckViewBizAuthAspect.java

@@ -133,6 +133,8 @@ public class CheckViewBizAuthAspect {
 						}
 					}
 
+					log.info("请求ip:{}", remoteIp);
+					log.info("参数ip:{}", ip);
 					if(StrUtil.isNotEmpty(ip) && !ip.equals(remoteIp)){
 						throw new BusinessException(ErrorCode.AUTH_FAIL.code(), "ip不匹配");
 					}