第三方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 的值 --> <!-- 以下pathPrefix值需要替换为后台设置中 App ID 的值 -->
<data <data
android:host="lkme.cc" android:host="lkme.cc"
android:pathPrefix="/brG" android:pathPrefix="/Q1H"
android:scheme="https" /> android:scheme="https" />
<data <data
android:host="lkme.cc" android:host="lkme.cc"
android:pathPrefix="/brG" android:pathPrefix="/Q1H"
android:scheme="http" /> android:scheme="http" />
</intent-filter> </intent-filter>
</activity> </activity>

View File

@@ -36,12 +36,12 @@ public class XChatConstants {
/** /**
* bugly key (DEBUG) * bugly key (DEBUG)
*/ */
public static final String BUGLY_KEY_DEBUG = "2a7521d23f"; public static final String BUGLY_KEY_DEBUG = "6222885c55";
/** /**
* bugly key (RELEASE) * bugly key (RELEASE)
*/ */
public static final String BUGLY_KEY_RELEASE = "3655441f78"; public static final String BUGLY_KEY_RELEASE = "6222885c55";
/** /**
* 云信 key (DEBUG) * 云信 key (DEBUG)
@@ -66,12 +66,12 @@ public class XChatConstants {
/** /**
* 友盟统计 key * 友盟统计 key
*/ */
public static final String UMENG_APP_KEY = "5ff6bc27adb42d5826a1cb97"; public static final String UMENG_APP_KEY = "64127e79d64e6861394bc8ca";
/** /**
* linkedMe key * 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 gui false
devInfo { devInfo {
Wechat { Wechat {
appId "wxee68b213a1bd632b" appId "wx4b772d5ebc964a38"
appSecret "c5ecafb6a733a32410a5a9b9d560998a" appSecret "f045979c311e13725cbb9aa87c265668"
} }
WechatMoments { WechatMoments {
appId "wxee68b213a1bd632b" appId "wx4b772d5ebc964a38"
appSecret "c5ecafb6a733a32410a5a9b9d560998a" appSecret "f045979c311e13725cbb9aa87c265668"
} }
QQ { QQ {
appId "101902443" appId "102044928"
appKey "715dd2601777347cd57af77c3e28402f" appKey "12u585rSsAHEzc4K"
shareByAppClient true shareByAppClient true
} }
QZone { QZone {
appId "101902443" appId "102044928"
appKey "715dd2601777347cd57af77c3e28402f" appKey "12u585rSsAHEzc4K"
shareByAppClient true shareByAppClient true
} }

View File

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