app_const.dart
779 Bytes
/// Dart-side configuration used by the app today.
abstract final class AppConst {
static const String appName = 'DoubleFeel';
static const String serverBaseUrl = 'https://api.doublefeel.cn';
static const String prefixXlabServerHost = 'xlab';
static const String prefixDevServerHost = 'dev';
static const String appIdThinkingDataDebug =
'1efaeef2c4c04a3bac557d78899ecee6';
static const String appIdThinkingDataRelease =
'6e53fb7a8f5f483081c15b8f5f017401';
static const String thinkingDataServerUrl = 'https://ta-api.didiapp.com';
static const int pushPlatformHuawei = 2;
static const String appKeyRongCloudProduct = 'tdrvipkstu055';
static const String appKeyRongCloudDev = 'k51hidwqkz8bb';
static const String obsSceneAvatar = 'avatar';
}