|
@@ -42,7 +42,7 @@ public class KuaishouDailyAccountReportLoadJob {
|
|
|
tokens.forEach(token -> executorService.submit(() ->{
|
|
|
kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate2, getDate2);
|
|
|
kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate, getDate);
|
|
|
- kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate3, getDate);
|
|
|
+ kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate3, getDate3);
|
|
|
}));
|
|
|
return ReturnT.SUCCESS;
|
|
|
}
|