|
@@ -46,8 +46,8 @@ public class KuaishouLiveAccountReportDailyServiceImpl implements IKuaishouLiveA
|
|
long startDate = DateUtils.timeToStamp(beforeYesterday + " 00:00:00");
|
|
long startDate = DateUtils.timeToStamp(beforeYesterday + " 00:00:00");
|
|
long endDate = DateUtils.timeToStamp(yesterday + " 23:59:59");
|
|
long endDate = DateUtils.timeToStamp(yesterday + " 23:59:59");
|
|
getAccountReport(accountId, token, startDate, endDate, 1);
|
|
getAccountReport(accountId, token, startDate, endDate, 1);
|
|
- Thread.sleep(200);
|
|
|
|
- sendTips("daily", accountId, yesterday, yesterday);
|
|
|
|
|
|
+ Thread.sleep(2000);
|
|
|
|
+ sendTips("daily", accountId, beforeYesterday, yesterday);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|