guohang 1 ano atrás
pai
commit
451a2644d0
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      config.gradle

+ 3 - 3
config.gradle

@@ -35,15 +35,15 @@ ext {
             LOG_DEBUG = true
             BUGLY_ID = "7362cfc46b"
             if (serverType == SERVER_TYPE_PREVIEW) {
-                SERVER_HOST = "http://47.118.22.101:2020"
+                SERVER_HOST = "http://47.118.22.101:8005"
             } else {
-                SERVER_HOST = "http://47.118.22.101:2020"
+                SERVER_HOST = "http://47.118.22.101:8005"
             }
             break
         case SERVER_TYPE_PRODUCT:
             LOG_DEBUG = false
             BUGLY_ID = "7362cfc46b"
-            SERVER_HOST = "http://10.250.11.48:2020"
+            SERVER_HOST = "http://47.118.22.101:8005"
             break
     }