取消验证码限制
parent
46980e38e9
commit
83d4db7cd4
|
@ -87,7 +87,7 @@ class LoginValidate extends Validate
|
||||||
$message_key = NoticeEnum::GET_GODE_LOGIN_NOTICE;
|
$message_key = NoticeEnum::GET_GODE_LOGIN_NOTICE;
|
||||||
$res = SmsLogic::check($message_key, $data['mobile'], $value);
|
$res = SmsLogic::check($message_key, $data['mobile'], $value);
|
||||||
if (false === $res) {
|
if (false === $res) {
|
||||||
return SmsLogic::getError();
|
// return SmsLogic::getError();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue