mac
2024-01-30 a336b91765728b8b8fb31791cf02e9e70066e00d
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);