mac
2024-03-27 05df9bdaf543227c53f8026386339a3d78c5d769
app/src/main/java/com/hdl/photovoltaic/ui/me/AsRegardsActivity.java
@@ -75,7 +75,7 @@
            }
        });
        //todo 等接口
        String content = "https://spark.appc02.com/ksgd1";
        String content = "https://developer.hdlcontrol.com/AppDownload/HDLDebugerDownload.html";
        Bitmap bitmap = HdlCommonLogic.getInstance().createQRCodeBitmap(content, 168, 168, "UTF-8", "H", "1", Color.BLACK, Color.WHITE);
        viewBinding.asRegardsQrCodeIv.setImageBitmap(bitmap);