drew 6 tahun lalu
induk
melakukan
f75f23e092
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      app/src/main/java/com/android/chmo/http/HttpApi.java

+ 2 - 2
app/src/main/java/com/android/chmo/http/HttpApi.java

@@ -13,8 +13,8 @@ import org.xutils.x;
  */
  */
 
 
 public class HttpApi {
 public class HttpApi {
-//        public static final String BASE_URL = "http://thmodel.izouma.com/thmodel/";
-    public static final String BASE_URL = "http://192.168.50.31:8080/thmodel/";
+        public static final String BASE_URL = "http://thmodel.izouma.com/thmodel/";
+//    public static final String BASE_URL = "http://192.168.50.31:8080/thmodel/";
 
 
     public static String getImgUrl(String path) {
     public static String getImgUrl(String path) {
         if (TextUtils.isEmpty(path) || path.startsWith("http://")) {
         if (TextUtils.isEmpty(path) || path.startsWith("http://")) {