修改问题

This commit is contained in:
18401019693
2024-04-11 16:32:21 +08:00
parent b29b0a1688
commit 320584769d
5 changed files with 11 additions and 11 deletions

View File

@@ -213,7 +213,7 @@ dependencies {
api 'com.yanzhenjie.recyclerview:x:1.3.2'
//华为支付插件包
//api project(':lib_huawei')
// api project(':lib_huawei')
//google插件包
api project(':lib_google')

View File

@@ -149,11 +149,11 @@ public class GuardUpgradePopup extends CenterPopupView {
IMLoginModel userInfo = IMLoginManager.get(getContext()).getUserInfo();
htmlUrl.append(CommonAppConfig.HOST)
.append("/h5/Guard/level.html?")
.append("&token=")
.append("token=")
.append(userInfo.getToken())
.append("&uid=")
.append(userInfo.getId())
.append("&&anchorUid=")
.append("&anchorUid=")
.append(mLiveUid)
.append("&isZh=")
.append(((WordUtil.isNewZh()) ? "1" : "0"));