第三方sdk KEY修改

This commit is contained in:
huangjian
2022-09-19 15:42:23 +08:00
parent 014ea6639d
commit db82c406e9
4 changed files with 8 additions and 21 deletions

View File

@@ -103,11 +103,8 @@ public abstract class BaseLoginAct extends BaseActivity {
public void accept(LoginTipsInfo loginTipsInfo, Throwable throwable) throws Exception { public void accept(LoginTipsInfo loginTipsInfo, Throwable throwable) throws Exception {
if (throwable == null) { if (throwable == null) {
showTvDesc(loginTipsInfo.getTips()); showTvDesc(loginTipsInfo.getTips());
showTvLoginTip(loginTipsInfo.isShowWechat() || loginTipsInfo.isShowQq());
//showTvLoginTip(loginTipsInfo.isShowWechat() || loginTipsInfo.isShowQq()); showThirdPartLogin(loginTipsInfo.isShowWechat(), loginTipsInfo.isShowQq(), loginTipsInfo.isShowOneClick());
//showThirdPartLogin(loginTipsInfo.isShowWechat(), loginTipsInfo.isShowQq(), loginTipsInfo.isShowOneClick());
showTvLoginTip(false);
showThirdPartLogin(false, false, false);
} else { } else {
showTvLoginTip(false); showTvLoginTip(false);
showThirdPartLogin(false, false, false); showThirdPartLogin(false, false, false);

View File

@@ -15,16 +15,6 @@
android:textColor="@color/color_333333" android:textColor="@color/color_333333"
android:textSize="@dimen/sp_14" /> android:textSize="@dimen/sp_14" />
<TextView
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="7dp"
android:layout_marginBottom="@dimen/dp_10"
android:gravity="center"
android:text="分享功能维护中..."
android:textColor="@color/color_333333"
android:textSize="18sp"
tools:ignore="SpUsage" />
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
@@ -32,7 +22,7 @@
android:background="@color/white" android:background="@color/white"
android:gravity="center_vertical" android:gravity="center_vertical"
android:orientation="vertical" android:orientation="vertical"
android:visibility="gone"> android:visibility="visible">
<LinearLayout <LinearLayout

View File

@@ -65,7 +65,7 @@ public class XChatConstants {
/** /**
* 网易易盾 业务 ID 注册 * 网易易盾 业务 ID 注册
*/ */
public static final String QUICK_PASS_BUSINESS_ID = "90c80e3895f84563a6a44588a30a6208"; public static final String QUICK_PASS_BUSINESS_ID = "60cdaa83aa654e5ea184de7160b4073d";
/** /**
* 网易易盾 业务 ID 注册 * 网易易盾 业务 ID 注册

View File

@@ -17,13 +17,13 @@ MobSDK {
appSecret "c5ecafb6a733a32410a5a9b9d560998a" appSecret "c5ecafb6a733a32410a5a9b9d560998a"
} }
QQ { QQ {
appId "101937205" appId "101902443"
appKey "458ed9d671ba4b177799189db5fbc434" appKey "715dd2601777347cd57af77c3e28402f"
shareByAppClient true shareByAppClient true
} }
QZone { QZone {
appId "101937205" appId "101902443"
appKey "458ed9d671ba4b177799189db5fbc434" appKey "715dd2601777347cd57af77c3e28402f"
shareByAppClient true shareByAppClient true
} }