Преглед на файлове

快手 获取全量数据

yumeng преди 5 години
родител
ревизия
3b750c04bf
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/KuaiShouReportController.java

+ 1 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/KuaiShouReportController.java

@@ -65,7 +65,7 @@ public class KuaiShouReportController {
                                 String monthBefore = DateUtils.getMonthBefore("yyyy-MM-dd", nowDate, -1);
                                 System.err.println("开始时间:" + anotherDay);
                                 System.err.println("结束时间:" + monthBefore);
-                                kuaishouInterfaceService.getAccountDailyReport(accessToken, advertiserId, monthBefore, anotherDay, 500, 1);
+                                kuaishouInterfaceService.getAccountDailyReport(accessToken, advertiserId, monthBefore, anotherDay, 1, 500);
                                 beginDate = monthBefore;
 
 
@@ -102,7 +102,6 @@ public class KuaiShouReportController {
                         }
 
 
-                        //     kuaishouInterfaceService.getAccountDailyReport();
 
                     }