18756
2024-08-20 426d82fd595b2c3d7949ee5e99339be0f67ee809
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();
        }