Browse Source

验证码

master
weigang 5 years ago
parent
commit
b254e896f9
  1. 2
      app/Service/v3/Implementations/VerifyCodeService.php

2
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
);

Loading…
Cancel
Save