pang.jiabao
2025-05-10 f0ba5c148658d539a357670ea9f30a4be879c8e6
src/main/java/com/zy/common/utils/QrCode.java
@@ -45,7 +45,7 @@
        return image;
    }
    private static InputStream convert(BufferedImage image){
    private static InputStream convert(BufferedImage image) {
        ByteArrayOutputStream os = new ByteArrayOutputStream();
        try {
            ImageIO.write(image, FORMAT_NAME, os);
@@ -85,7 +85,6 @@
//        response.getOutputStream().flush();
//        response.getOutputStream().close();
    }
}