ifx
Helius
2022-07-07 d239025804025875f23cda0954d12e29591ada68
src/main/java/com/xcong/farmer/cms/modules/system/util/CaptchaUtil.java
@@ -55,7 +55,7 @@
    }
    public BufferedImage creatImage(String code) {
        int width = 160, height = 50;
        int width = 150, height = 42;
        //生成随机类
        Random random = new Random();
        BufferedImage image = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);