| | |
| | | String content = "https://developer.hdlcontrol.com/AppDownload/HDLPhotovoltaicDownload.html"; |
| | | if (!AppConfigManage.getOnlineServer()) { |
| | | //测试环境 |
| | | content = "https://developer.hdlcontrol.com/AppDownload/HDLDebugerDownload.html"; |
| | | content = "https://developer.hdlcontrol.com/AppDownload/HDLPhotovoltaicDebugDownload.html"; |
| | | } |
| | | Bitmap bitmap = HdlCommonLogic.getInstance().createQRCodeBitmap(content, 168, 168, "UTF-8", "H", "0", getColor(R.color.text_00000000), Color.WHITE); |
| | | viewBinding.asRegardsQrCodeIv.setImageBitmap(bitmap); |