|
@@ -18,7 +18,7 @@ import okhttp3.Response;
|
|
|
|
|
|
public class DataService {
|
|
|
|
|
|
- private static String GET_EXAM_URL = "https://risserver3.pacsonline.cn/ris_secret/getExam";
|
|
|
+ private static String GET_EXAM_URL = "https://risserver3.pacsonline.cn/ris_secret/getExams";
|
|
|
|
|
|
private static String SAVE_REPORT_URL = "https://risserver3.pacsonline.cn/butt/saveReport";
|
|
|
|
|
@@ -129,14 +129,12 @@ public class DataService {
|
|
|
public static void main(String[] args) {
|
|
|
Map <String,String> map = new HashMap<String,String>();
|
|
|
map.put("institution_id", "06300006");
|
|
|
-// map.put("num", "10");
|
|
|
+ map.put("params", "rpiq2udMhpJfnGTrQ/T+doJdX9oVdH+EpcECkW+RKuici4dTPjDpiOWN5TmMg9ZJIeNVTBzSocWO96geOcCguR1Rn0Q/ANs5RqyGmf+J53raQ+Y+HTNpiHrf0N+DsBuu");
|
|
|
// map.put("createdAt", "2023-03-14 17:22:06,2023-03-14 17:22:06");
|
|
|
// map.put("exam_status", "3,7,8,9");
|
|
|
-
|
|
|
System.out.println(JSON.toJSONString(map));
|
|
|
-
|
|
|
// map.put("num", "10");
|
|
|
- postWithParameters(GET_KEY_URL, map);
|
|
|
+ postWithParameters(GET_EXAM_URL, map);
|
|
|
}
|
|
|
|
|
|
}
|