|
@@ -18,11 +18,11 @@ import okhttp3.Response;
|
|
|
|
|
|
public class DataService {
|
|
|
|
|
|
- private static String GET_EXAM_URL = "http://221.210.124.202:9600/zskkapi/butt/getExam";
|
|
|
+ private static String GET_EXAM_URL = "http://192.168.110.218:9600/zskkapi/butt/getExam";
|
|
|
|
|
|
- private static String SAVE_REPORT_URL = "http://221.210.124.202:9600/zskkapi/butt/saveReport";
|
|
|
+ private static String SAVE_REPORT_URL = "http://192.168.110.218:9600/zskkapi/butt/saveReport";
|
|
|
|
|
|
- private static String UPDATE_PATIENT_URL = "http://221.210.124.202:9600/zskkapi/butt/saveExam";
|
|
|
+ private static String UPDATE_PATIENT_URL = "http://192.168.110.218:9600/zskkapi/butt/saveExam";
|
|
|
|
|
|
private static String FEE_URL = "https://risserver3.pacsonline.cn/film/callback";
|
|
|
|