gongchunyi
15 小时以前 241c256ff1ba033d2c1d4f958534956ee37cd57a
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;