|
@@ -43,7 +43,7 @@ public class KuaishouLiveCampaignReportDailyServiceImpl implements IKuaishouLive
|
|
String yesterday = DateUtils.getSubtractTime(new Date(), 1);
|
|
String yesterday = DateUtils.getSubtractTime(new Date(), 1);
|
|
// String yesterday = "2022-06-14";
|
|
// String yesterday = "2022-06-14";
|
|
params.put("start_time", DateUtils.timeToStamp(yesterday + " 00:00:00"));
|
|
params.put("start_time", DateUtils.timeToStamp(yesterday + " 00:00:00"));
|
|
- params.put("end_time", DateUtils.timeToStamp(yesterday + " 23:23:59"));
|
|
|
|
|
|
+ params.put("end_time", DateUtils.timeToStamp(yesterday + " 23:59:59"));
|
|
params.put("view_type", 2);
|
|
params.put("view_type", 2);
|
|
params.put("group_type", 1);
|
|
params.put("group_type", 1);
|
|
JSONObject pageInfo = new JSONObject();
|
|
JSONObject pageInfo = new JSONObject();
|