第三方key修改

This commit is contained in:
huangjian
2023-03-16 17:21:28 +08:00
parent da01c04dcc
commit 48fa73353d
4 changed files with 18 additions and 18 deletions

View File

@@ -471,11 +471,11 @@
<!-- 以下pathPrefix值需要替换为后台设置中 App ID 的值 -->
<data
android:host="lkme.cc"
android:pathPrefix="/brG"
android:pathPrefix="/Q1H"
android:scheme="https" />
<data
android:host="lkme.cc"
android:pathPrefix="/brG"
android:pathPrefix="/Q1H"
android:scheme="http" />
</intent-filter>
</activity>

View File

@@ -36,12 +36,12 @@ public class XChatConstants {
/**
* bugly key (DEBUG)
*/
public static final String BUGLY_KEY_DEBUG = "2a7521d23f";
public static final String BUGLY_KEY_DEBUG = "6222885c55";
/**
* bugly key (RELEASE)
*/
public static final String BUGLY_KEY_RELEASE = "3655441f78";
public static final String BUGLY_KEY_RELEASE = "6222885c55";
/**
* 云信 key (DEBUG)
@@ -66,12 +66,12 @@ public class XChatConstants {
/**
* 友盟统计 key
*/
public static final String UMENG_APP_KEY = "5ff6bc27adb42d5826a1cb97";
public static final String UMENG_APP_KEY = "64127e79d64e6861394bc8ca";
/**
* linkedMe key
*/
public static final String LINKED_ME_KEY = "6ba9e9d9760b8acc50b2b499cfd557da";
public static final String LINKED_ME_KEY = "4e75ead0ff84424339dc8b0616e7094c";
/**
* 公屏第一条提示消息

View File

@@ -9,21 +9,21 @@ MobSDK {
gui false
devInfo {
Wechat {
appId "wxee68b213a1bd632b"
appSecret "c5ecafb6a733a32410a5a9b9d560998a"
appId "wx4b772d5ebc964a38"
appSecret "f045979c311e13725cbb9aa87c265668"
}
WechatMoments {
appId "wxee68b213a1bd632b"
appSecret "c5ecafb6a733a32410a5a9b9d560998a"
appId "wx4b772d5ebc964a38"
appSecret "f045979c311e13725cbb9aa87c265668"
}
QQ {
appId "101902443"
appKey "715dd2601777347cd57af77c3e28402f"
appId "102044928"
appKey "12u585rSsAHEzc4K"
shareByAppClient true
}
QZone {
appId "101902443"
appKey "715dd2601777347cd57af77c3e28402f"
appId "102044928"
appKey "12u585rSsAHEzc4K"
shareByAppClient true
}

View File

@@ -3,7 +3,7 @@
<SinaWeibo Enable="false" />
<TencentWeibo Enable="false" />
<Douban Enable="false" />
<QZone AppId="101902443" AppKey="715dd2601777347cd57af77c3e28402f" ShareByAppClient="true" />
<QZone AppId="102044928" AppKey="12u585rSsAHEzc4K" ShareByAppClient="true" />
<Renren Enable="false" />
<KaiXin Enable="false" />
<Facebook Enable="false" />
@@ -16,9 +16,9 @@
<Tumblr Enable="false" />
<Email Enable="false" />
<ShortMessage Enable="false" />
<Wechat AppId="wxee68b213a1bd632b" AppSecret="c5ecafb6a733a32410a5a9b9d560998a" />
<WechatMoments AppId="wxee68b213a1bd632b" AppSecret="c5ecafb6a733a32410a5a9b9d560998a" />
<QQ AppId="101902443" AppKey="715dd2601777347cd57af77c3e28402f" ShareByAppClient="true" />
<Wechat AppId="wx4b772d5ebc964a38" AppSecret="f045979c311e13725cbb9aa87c265668" />
<WechatMoments AppId="wx4b772d5ebc964a38" AppSecret="f045979c311e13725cbb9aa87c265668" />
<QQ AppId="102044928" AppKey="12u585rSsAHEzc4K" ShareByAppClient="true" />
<Instapaper Enable="false" />
<Pocket Enable="false" />
<YouDao Enable="false" />