第三方sdk KEY修改
This commit is contained in:
@@ -103,11 +103,8 @@ public abstract class BaseLoginAct extends BaseActivity {
|
||||
public void accept(LoginTipsInfo loginTipsInfo, Throwable throwable) throws Exception {
|
||||
if (throwable == null) {
|
||||
showTvDesc(loginTipsInfo.getTips());
|
||||
|
||||
//showTvLoginTip(loginTipsInfo.isShowWechat() || loginTipsInfo.isShowQq());
|
||||
//showThirdPartLogin(loginTipsInfo.isShowWechat(), loginTipsInfo.isShowQq(), loginTipsInfo.isShowOneClick());
|
||||
showTvLoginTip(false);
|
||||
showThirdPartLogin(false, false, false);
|
||||
showTvLoginTip(loginTipsInfo.isShowWechat() || loginTipsInfo.isShowQq());
|
||||
showThirdPartLogin(loginTipsInfo.isShowWechat(), loginTipsInfo.isShowQq(), loginTipsInfo.isShowOneClick());
|
||||
} else {
|
||||
showTvLoginTip(false);
|
||||
showThirdPartLogin(false, false, false);
|
||||
|
@@ -15,16 +15,6 @@
|
||||
android:textColor="@color/color_333333"
|
||||
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
|
||||
android:layout_width="match_parent"
|
||||
@@ -32,7 +22,7 @@
|
||||
android:background="@color/white"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
android:visibility="visible">
|
||||
|
||||
|
||||
<LinearLayout
|
||||
|
@@ -65,7 +65,7 @@ public class XChatConstants {
|
||||
/**
|
||||
* 网易易盾 业务 ID 注册
|
||||
*/
|
||||
public static final String QUICK_PASS_BUSINESS_ID = "90c80e3895f84563a6a44588a30a6208";
|
||||
public static final String QUICK_PASS_BUSINESS_ID = "60cdaa83aa654e5ea184de7160b4073d";
|
||||
|
||||
/**
|
||||
* 网易易盾 业务 ID 注册
|
||||
|
@@ -17,13 +17,13 @@ MobSDK {
|
||||
appSecret "c5ecafb6a733a32410a5a9b9d560998a"
|
||||
}
|
||||
QQ {
|
||||
appId "101937205"
|
||||
appKey "458ed9d671ba4b177799189db5fbc434"
|
||||
appId "101902443"
|
||||
appKey "715dd2601777347cd57af77c3e28402f"
|
||||
shareByAppClient true
|
||||
}
|
||||
QZone {
|
||||
appId "101937205"
|
||||
appKey "458ed9d671ba4b177799189db5fbc434"
|
||||
appId "101902443"
|
||||
appKey "715dd2601777347cd57af77c3e28402f"
|
||||
shareByAppClient true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user