czt
2026-02-09 ed06303a918ac8b1c7492652c24aed477e53fd8a
fzzy-igdss-web/src/main/java/com/fzzy/sys/controller/system/SysCaptchaController.java
@@ -44,9 +44,8 @@
            response.addHeader("Cache-Control", "post-check=0, pre-check=0");
            response.setHeader("Pragma", "no-cache");
            response.setContentType("image/jpeg");
            String type = request.getParameter("type");
            String capStr = null;
            String capStr;
            String code = null;
            BufferedImage bi = null;
            if ("math".equals(type)) {