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

修正临时对策

parent 99de1ef6
...@@ -142,7 +142,7 @@ public class UserController implements IBaseController { ...@@ -142,7 +142,7 @@ public class UserController implements IBaseController {
} }
@LogHttpCaller @LogHttpCaller
// Todo -- 误伤业务方,暂时下线[比如网贷之家:121.40.207.133] -- @PasswordErrorFiniteValidator @PasswordErrorFiniteValidator
@RequestMapping("/login") @RequestMapping("/login")
public JsonResult login( public JsonResult login(
@RequestParam(required = false, defaultValue = "1") Long channelId, String appChannel, @RequestParam(required = false, defaultValue = "1") Long channelId, String appChannel,
......
...@@ -103,7 +103,7 @@ public class LockIpv4ServiceImpl implements ILockIpv4Service { ...@@ -103,7 +103,7 @@ 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);
lockSuccessIpv4(ipv4, count); // Todo -- 误伤业务方,暂时下线[比如网贷之家:121.40.207.133] -- 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