|
@@ -7,6 +7,9 @@ import java.io.FileNotFoundException;
|
|
|
import java.io.FileOutputStream;
|
|
|
import java.io.IOException;
|
|
|
import java.io.InputStream;
|
|
|
+import java.text.ParseException;
|
|
|
+import java.text.SimpleDateFormat;
|
|
|
+import java.util.Date;
|
|
|
import java.util.HashMap;
|
|
|
import java.util.Map;
|
|
|
import com.alibaba.fastjson.JSON;
|
|
@@ -246,12 +249,14 @@ public class DataService {
|
|
|
}
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- Map<String, String> map = new HashMap<String, String>();
|
|
|
- map.put("institution_id", "06300006");
|
|
|
- map.put("start", "2022-02-01");
|
|
|
- map.put("finish", "2022-03-01");
|
|
|
- String content = getWithUrl(RETURN_BIND_URL, map);
|
|
|
- System.out.println(content);
|
|
|
+// Map<String, String> map = new HashMap<String, String>();
|
|
|
+// map.put("institution_id", "06300006");
|
|
|
+// map.put("start", "2022-02-01");
|
|
|
+// map.put("finish", "2022-03-01");
|
|
|
+// String content = getWithUrl(RETURN_BIND_URL, map);
|
|
|
+// System.out.println(content);
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|