2024年9月4日

摘要: 用的是ZXing库 依赖有 //二维码依赖(ZXing库) implementation 'com.journeyapps:zxing-android-embedded:4.3.0' implementation 'androidx.appcompat:appcompat:1.4.2' 1.建立一个 阅读全文

posted @ 2024-09-04 18:09 lachesism 阅读(92) 评论(0) 推荐(0)

摘要: get // 将参数附加到 URL String urlWithParams = HttpConfig.GET_USER_NAME + "?qrCodeContent=" + msg; // 构建请求 Request request = new Request.Builder() .url(urlW 阅读全文

posted @ 2024-09-04 17:56 lachesism 阅读(83) 评论(0) 推荐(0)