Explorar o código

feat: 测试服baseurl

BaiLuoYan hai 1 semana
pai
achega
60f1fbcb6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/app/constants/api_domains.dart

+ 1 - 1
lib/app/constants/api_domains.dart

@@ -120,7 +120,7 @@ class ApiDomains {
   void initUrls() {
     if (Configs.debug) {
       _apiUrls = [
-        'https://api.flashlink.me', // 测试环境
+        'https://api-test.flashlink.me', // 测试环境
         // "https://dev.flashlink.me", // 开发环境
       ];
       _routerUrls = [];