|
|
@@ -28,39 +28,41 @@ final class BuildConfig {
|
|
|
final class BuglyConfig {
|
|
|
BuglyConfig._();
|
|
|
|
|
|
- static const String buglyAndroidAppId = "9d862c5217";
|
|
|
+ static const String buglyAndroidAppId = "d53741cbbc";
|
|
|
static const String buglyIosAppId = "38cc655743";
|
|
|
}
|
|
|
|
|
|
final class WechatConfig {
|
|
|
WechatConfig._();
|
|
|
|
|
|
- static const String wechatAppId = 'wxd423dc54a6fd1640';
|
|
|
-}
|
|
|
-
|
|
|
-final class UmengConfig {
|
|
|
- UmengConfig._();
|
|
|
+ static const String wechatAndroidAppId = 'wx22582503b5cc1854';
|
|
|
+ static const String wechatIosAppId = 'wxd423dc54a6fd1640';
|
|
|
|
|
|
- //友盟统计配置
|
|
|
- static const umengAndroidAppKey = "67e11d9b48ac1b4f87f56ea2";
|
|
|
- static const umengIosAppKey = "67e11e7565c707471a29602e";
|
|
|
-
|
|
|
- static String get umengAppKey {
|
|
|
+ static String get wechatAppId {
|
|
|
if (Platform.isAndroid) {
|
|
|
- return umengAndroidAppKey;
|
|
|
+ return wechatAndroidAppId;
|
|
|
} else if (Platform.isIOS) {
|
|
|
- return umengIosAppKey;
|
|
|
+ return wechatIosAppId;
|
|
|
} else {
|
|
|
return '';
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+final class UmengConfig {
|
|
|
+ UmengConfig._();
|
|
|
+
|
|
|
+ //友盟统计配置 android 已在原生配置
|
|
|
+ static const umengAndroidAppKey = "682c59e7bc47b67d836c25f1";
|
|
|
+ static const umengIosAppKey = "67e11e7565c707471a29602e";
|
|
|
+}
|
|
|
+
|
|
|
final class GravityConfig {
|
|
|
GravityConfig._();
|
|
|
|
|
|
//引力引擎配置
|
|
|
static const gravityAndroidAppId = "";
|
|
|
+
|
|
|
static const gravityAndroidAccessToken = "9z0eEcjzcXggkJawmAuqIpypvYsotq7i";
|
|
|
|
|
|
static const gravityIosAppId = "25718036";
|