|
@@ -109,9 +109,9 @@ public class KuaishouLiveAccountReportDailyServiceImpl implements IKuaishouLiveA
|
|
|
param.put("advertiser_id", accountId);
|
|
|
JSONObject params = new JSONObject();
|
|
|
//当前小时数
|
|
|
-// Integer hourNumber = DateUtils.getHourNumber();
|
|
|
+ Integer hourNumber = DateUtils.getHourNumber();
|
|
|
//当日当时整点时间
|
|
|
- String date = DateUtils.getDate();
|
|
|
+ String date = DateUtils.getDate() + " 00:00:00";
|
|
|
params.put("start_time", DateUtils.timeToStamp(date));
|
|
|
params.put("end_time", new Date().getTime());
|
|
|
params.put("view_type", 1);
|