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