From 04fd4b557f39b12ee8ca3a69e880e59d9f00b5d0 Mon Sep 17 00:00:00 2001 From: weigang Date: Thu, 17 Sep 2020 20:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=9F=AD=E4=BF=A1=E5=8F=91?= =?UTF-8?q?=E9=80=81=E9=AA=8C=E8=AF=81=E7=A0=81=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/v3/Implementations/VerifyCodeService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',