zhangc
2025-03-15 57fa3510fe6573f70a5dfc043a775da32530fbc6
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();
    }
}