mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-16 23:47:18 +00:00
update 优化 发送验证码接口 异常提醒内容修改
This commit is contained in:
@@ -116,7 +116,7 @@ public class CaptchaController {
|
||||
.send();
|
||||
RedisUtils.setCacheObject(key, code, Duration.ofMinutes(Constants.CAPTCHA_EXPIRATION));
|
||||
} catch (Exception e) {
|
||||
log.error("验证码短信发送异常 => {}", e.getMessage());
|
||||
log.error("验证码邮件发送异常 => {}", e.getMessage());
|
||||
throw new ServiceException(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user