fix
Helius
2022-08-24 442600e2cb63f711418b8eb0f4ab8e2b97eb19c9
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);