浏览代码

快手 获取全量数据

yumeng 5 年之前
父节点
当前提交
3b750c04bf

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