Commit e5c735f7 authored by 张宏至's avatar 张宏至

add:去掉反欺诈登陆验证

parent 8ace2dbe
......@@ -117,8 +117,8 @@ public class LoginInterceptorAspect {
*/
sendEvent(UserLoginRegEvent.SubEventType.user_attempt_login, device, phone, deviceId, realIp, null);
LoginRefuseResult result = verification(scDeviceId, phone, device);
// LoginRefuseResult result = verification(scDeviceId, phone, device);
LoginRefuseResult result = LoginRefuseResult.builder().isPass(Boolean.TRUE).build();//去掉反欺诈限制
Object loginResult = null;
try {
if (!result.isPass()) {
......
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