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