|
...
|
...
|
@@ -3,7 +3,7 @@ abstract final class AppConst { |
|
|
|
static const String appName = 'DoubleFeel';
|
|
|
|
|
|
|
|
static const String serverBaseUrl = 'https://api.doublefeel.cn';
|
|
|
|
static const String serverBaseUrlGlobal = 'https://api.doublefeel.cn';
|
|
|
|
static const String serverBaseUrlGlobal = 'https://api-oversea.doublefeel.cn';
|
|
|
|
|
|
|
|
static const String prefixXlabServerHost = 'xlab';
|
|
|
|
static const String prefixDevServerHost = 'dev';
|
...
|
...
|
|