Commit da313f32 authored by 技术部-任文超's avatar 技术部-任文超

重新上线规则

parent 00a0590f
...@@ -103,7 +103,8 @@ public class LockIpv4ServiceImpl implements ILockIpv4Service { ...@@ -103,7 +103,8 @@ public class LockIpv4ServiceImpl implements ILockIpv4Service {
} }
Long count = stringRedisTemplate.opsForValue().increment(ipv4Key, 1L); Long count = stringRedisTemplate.opsForValue().increment(ipv4Key, 1L);
LOGGER.info("Lock_ipv4: count success ip access: ip={}, count={}", ipv4, count); LOGGER.info("Lock_ipv4: count success ip access: ip={}, count={}", ipv4, count);
// Todo -- 误伤业务方,暂时下线[比如网贷之家:121.40.207.133] -- lockSuccessIpv4(ipv4, count); // 恢复规则,观察 // Todo -- 误伤业务方,暂时下线[比如网贷之家:121.40.207.133] -- lockSuccessIpv4(ipv4, count);
lockSuccessIpv4(ipv4, count);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment