sgj
13 小时以前 711221e4b28157efc1762508e73e07311aa57a1e
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)) {