浏览代码

账户报表调试2

zhaoxian 2 年之前
父节点
当前提交
330353db2f

+ 1 - 1
job-live/src/main/java/cn/com/ctop/job/live/service/impl/KuaishouLiveAccountReportDailyServiceImpl.java

@@ -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();
         }