src/main/java/com/gs/xky/service/XkyService.java
@@ -44,7 +44,7 @@ XkyCommonParam param = XkyCommonParam.GetInit(); // 计算五分钟前的时间戳 long startDate = currentTimeMillis - (20 * 60 * 1000); // 5 分钟 = 5 * 60 * 1000 毫秒 long startDate = currentTimeMillis - (20 * 60 * 1000); // 1 分钟 = 1 * 60 * 1000 毫秒 // 创建 BodyParam 对象并赋值 BodyParam bodyParam = new BodyParam();