From b254e896f99a5ff0aacd36d40bcab7df4d51bf9d Mon Sep 17 00:00:00 2001 From: weigang Date: Tue, 22 Sep 2020 14:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/v3/Implementations/VerifyCodeService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/v3/Implementations/VerifyCodeService.php b/app/Service/v3/Implementations/VerifyCodeService.php index f71fe57..565bfcc 100644 --- a/app/Service/v3/Implementations/VerifyCodeService.php +++ b/app/Service/v3/Implementations/VerifyCodeService.php @@ -35,7 +35,7 @@ class VerifyCodeService implements VerifyCodeServiceInterface // 存到SSDB $ssdbClient = ApplicationContext::getContainer()->get(SSDBTask::class); $setRes = $ssdbClient->exec( - "setnx", + "set", SsdbKeys::VERIFY_CODE.$userId.'_'.$tel, $verifyCode );