yumeng пре 4 година
родитељ
комит
5b4f2b9ed5

+ 2 - 0
module-job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/KuaishouDailyAccountReportLoadJob.java

@@ -43,6 +43,8 @@ public class KuaishouDailyAccountReportLoadJob {
                     kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate2, getDate2);
                     kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate, getDate);
                     kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate3, getDate3);
+                    kuaishouInterfaceService.getAdvertiserReportHourly(token, getDate3, getDate3);
+
         }));
         return ReturnT.SUCCESS;
     }