gongchunyi
10 天以前 e957608a605afc2a0c290854fa8705c170820e13
src/main/java/com/ruoyi/project/common/CaptchaController.java
@@ -60,7 +60,7 @@
        // 保存验证码信息
        String uuid = IdUtils.simpleUUID();
        String verifyKey = CacheConstants.CAPTCHA_CODE_KEY + uuid;
        String verifyKey = CacheConstants.PREFIX + CacheConstants.CAPTCHA_CODE_KEY + uuid;
        String capStr = null, code = null;
        BufferedImage image = null;