18756
2024-08-20 efe8842d1206552dc987cf983beceff8843f8a45
src/main/java/com/product/administration/service/ConferenceManagerService.java
@@ -422,7 +422,7 @@
            //生成矩阵,因为我的业务场景传来的是编码之后的URL,所以先解码
            bitMatrix = new MultiFormatWriter().encode(content,
                    BarcodeFormat.QR_CODE, width, height, hints);
        } catch (WriterException e) {
            e.printStackTrace();
        }