Commit 92a550e36a4df41bae76cc20ac2bdd618a1f2ba6

Authored by 常守达
1 parent dca01e2a

feat(url): 海外域名

... ... @@ -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';
... ...