mac
2023-12-01 593303fa91fd541844b204ec913c462d7855a31e
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);