mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
修改验证码
This commit is contained in:
parent
c5a5c66603
commit
9125046246
@ -79,6 +79,7 @@ public class CaptchaController {
|
||||
capStr = lineCaptcha.getCode();
|
||||
} else if ("circle".equals(captchaCategory)) {
|
||||
circleCaptcha.setGenerator(codeGenerator);
|
||||
circleCaptcha.createCode();
|
||||
capStr = circleCaptcha.getCode();
|
||||
} else if ("shear".equals(captchaCategory)) {
|
||||
shearCaptcha.setGenerator(codeGenerator);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user