浏览代码

'2023年10月8日11:15:11'

master
wq 1年前
父节点
当前提交
fb6298f92c
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      app/src/main/java/com/huntersun/vkyes/etcopencard/project/api/MyRetrofit.java

+ 0
- 2
app/src/main/java/com/huntersun/vkyes/etcopencard/project/api/MyRetrofit.java 查看文件

@@ -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";

正在加载...
取消
保存