|
@@ -19,11 +19,11 @@ import okhttp3.Response;
|
|
|
|
|
|
public class DataService {
|
|
|
|
|
|
- private static String GET_EXAM_URL = "https://risserver3.pacsonline.cn/butt/getExam";
|
|
|
+ private static String GET_EXAM_URL = "http://127.0.0.1:8082/df/view/getExam";
|
|
|
|
|
|
- private static String SAVE_REPORT_URL = "https://risserver3.pacsonline.cn/butt/saveReport";
|
|
|
+ private static String SAVE_REPORT_URL = "http://10.200.100.155:8080/df/view/saveReport";
|
|
|
|
|
|
- private static String UPDATE_PATIENT_URL = "https://risserver3.pacsonline.cn/butt/saveExam";
|
|
|
+ private static String UPDATE_PATIENT_URL = "http://10.200.100.155:8080/df/view/saveExam";
|
|
|
|
|
|
private static String FEE_URL = "https://risserver3.pacsonline.cn/film/callback";
|
|
|
|
|
@@ -41,7 +41,7 @@ public class DataService {
|
|
|
String IV = "0000000000000000";
|
|
|
Map <String,String> map = new HashMap<String,String>();
|
|
|
map.put("exam_status","3");
|
|
|
- map.put("createAt", "2023-06-01 00:00:00,2023-06-14 12:00:00");
|
|
|
+ map.put("createAt", "2023-06-01 00:00:00,2023-06-15 12:00:00");
|
|
|
map.put("num", number.toString());
|
|
|
String aesEncryptStr = AESUtils.aesEncryptStr(JSON.toJSONString(map), PropKit.get("nw_key"),IV);
|
|
|
Map <String,String> mapaes = new HashMap<String,String>();
|
|
@@ -59,7 +59,6 @@ public class DataService {
|
|
|
e.printStackTrace();
|
|
|
return null;
|
|
|
}
|
|
|
-
|
|
|
JSONArray jsonArray = JSON.parseArray(aesDecodeStr);
|
|
|
return jsonArray;
|
|
|
|