|
@@ -23,15 +23,15 @@ import okhttp3.Response;
|
|
|
|
|
|
public class DataService {
|
|
|
|
|
|
- private static String GET_EXAM_URL = "https://risserver3.pacsonline.cn/ris_secret/getExams";
|
|
|
+ private static String GET_EXAM_URL = "http://36.133.125.109:9601/ris_secret/getExams";
|
|
|
|
|
|
- private static String SAVE_REPORT_URL = "https://risserver3.pacsonline.cn/ris_secret/saveReport";
|
|
|
+ private static String SAVE_REPORT_URL = "http://36.133.125.109:9601/ris_secret/saveReport";
|
|
|
|
|
|
- private static String UPDATE_PATIENT_URL = "https://risserver3.pacsonline.cn/butt/saveExam";
|
|
|
+ private static String UPDATE_PATIENT_URL = "http://36.133.125.109:9601/butt/saveExam";
|
|
|
|
|
|
private static String FEE_URL = "https://risserver3.pacsonline.cn/film/callback";
|
|
|
|
|
|
- private static String GET_KEY_URL = "https://risserver3.pacsonline.cn/ris_secret/getKey";
|
|
|
+ private static String GET_KEY_URL = "http://36.133.125.109:9601/ris_secret/getKey";
|
|
|
|
|
|
|
|
|
private static final OkHttpClient OKHTTP_CLIENT = new OkHttpClient();
|
|
@@ -215,7 +215,6 @@ public class DataService {
|
|
|
if (!response.isSuccessful()) throw new IOException("Unexpected code " + response);
|
|
|
String content = response.body().string();
|
|
|
System.out.println(content);
|
|
|
-
|
|
|
return content;
|
|
|
} catch (IOException e) {
|
|
|
// TODO Auto-generated catch block
|