|
|
@@ -48,10 +48,8 @@ import retrofit2.converter.scalars.ScalarsConverterFactory; |
|
|
|
public class MyRetrofit implements ToastAction { |
|
|
|
//是否设置缓存 |
|
|
|
private static final boolean Cache = false; |
|
|
|
|
|
|
|
private static final String Url = "192.168.100.63"; //8087 |
|
|
|
// private static final String Url = "222.85.144.89"; //19002 |
|
|
|
|
|
|
|
public static final String PORT = "192.168.100.63".equals(Url) ? "8087" : "19002"; |
|
|
|
public static final String Urls = "http://" + Url + ":" + PORT; |
|
|
|
// public static final String Urls = "https://qtzl.etcjz.cn"; |