Przeglądaj źródła

信用卡模块的IP改成测试服

guoxin 8 lat temu
rodzic
commit
c48d9809fb

+ 3 - 1
kfzslibrary/src/main/java/com/kfzs/libs/di/http/HttpModule.java

@@ -20,7 +20,9 @@ import retrofit2.converter.gson.GsonConverterFactory;
 @Module
 public class HttpModule {
 
-    public static final String BASE_URL = "http://10.8.240.165:7011/";
+//    public static final String BASE_URL = "http://10.8.240.165:7011/";
+    public static final String BASE_URL = "http://10.8.230.17:7011/";
+
     public static final int CONNECT_TIMEOUT = 15;
     public static final int READ_TIMEOUT = 15;