|
@@ -35,10 +35,10 @@ public class test {
|
|
|
@Test
|
|
|
public void test2() {
|
|
|
Date date = new Date();
|
|
|
-// String end = DateUtils.dateToString(date, "yyyy-MM-dd HH:mm");
|
|
|
-// String start = DateUtils.dateToString(new Date(date.getTime() - 5 * 60 * 1000), "yyyy-MM-dd HH:mm");
|
|
|
- String start = "2023-10-17 00:00";
|
|
|
- String end = "2023-10-17 23:59";
|
|
|
+ String end = DateUtils.dateToString(date, "yyyy-MM-dd HH:mm");
|
|
|
+ String start = DateUtils.dateToString(new Date(date.getTime() - 5 * 60 * 1000), "yyyy-MM-dd HH:mm");
|
|
|
+ //String start = "2023-10-17 00:00";
|
|
|
+ //String end = "2023-10-17 23:59";
|
|
|
HttpResponse execute = HttpUtil.createGet("http://222.66.154.74:8024/xunxiang/ship/open/get-illegal-info?start=" + start + "&end=" + end).
|
|
|
header("secretId", "durr").
|
|
|
header("secretKey", "WpEuxS+GyBzT0go10TGJeQjR5reA0LolEkmVzfmS87dU7H7LNP2xYsD1rmGgoEHx8ApuX8GaIPgZsUhOa8wJ+YkfkTsuMC74zMOVCyt5xOw=").execute();
|