mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
[feat] 前台不再回显验证码
This commit is contained in:
@@ -123,7 +123,6 @@ public class ValidateCodeServiceImpl implements ValidateCodeService
|
||||
if (expire <= 0) {
|
||||
String code = captchaProducerNumber.createText();
|
||||
redisService.setCacheObject(verifyKey, code, Constants.CAPTCHA_EXPIRATION, TimeUnit.MINUTES);
|
||||
ajax.put("code", code);
|
||||
expire = redisService.getExpire(verifyKey);
|
||||
AliyunUtils.sendSms(
|
||||
smsAliyuncs.getAccessKeyId(),
|
||||
|
||||
Reference in New Issue
Block a user