刘韬 1 jaar geleden
bovenliggende
commit
23a892f87e
2 gewijzigde bestanden met toevoegingen van 16 en 8 verwijderingen
  1. 3 5
      DataFusion/src/com/zskk/service/DataService.java
  2. 13 3
      DataFusion/src/com/zskk/tools/AESUtils.java

+ 3 - 5
DataFusion/src/com/zskk/service/DataService.java

@@ -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);
 	}
 
 }

File diff suppressed because it is too large
+ 13 - 3
DataFusion/src/com/zskk/tools/AESUtils.java


Some files were not shown because too many files changed in this diff