diff --git a/app/Service/v3/Implementations/VerifyCodeService.php b/app/Service/v3/Implementations/VerifyCodeService.php index a700ebf..265c4e5 100644 --- a/app/Service/v3/Implementations/VerifyCodeService.php +++ b/app/Service/v3/Implementations/VerifyCodeService.php @@ -39,9 +39,9 @@ class VerifyCodeService implements VerifyCodeServiceInterface SsdbKeys::VERIFY_CODE.$userId.'_'.$tel, $verifyCode ); - if (!$setRes) { - throw new ErrorCodeException(ErrorCode::VERIFY_CODE_SENDED); - } + // if (!$setRes) { + // throw new ErrorCodeException(ErrorCode::VERIFY_CODE_SENDED); + // } $expireRes = $ssdbClient->exec( 'expire',