소스 검색

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

Loading…
취소
저장