fix
Helius
2022-07-11 9b7e2fc3c8b0c060ca56b86586e9c5d58d4a7a34
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);