|
@@ -903,6 +903,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
|
|
|
historyReportTaskService.createTask(token.getAccountId(), token.getAccessToken(), startDate, endDateStr, CtopAdConstant.KUAISHOU_LOAD_JOB_TYPE_HISTORY);
|
|
|
|
|
|
+ getSuZaoList(token.getAccessToken(), token.getAccountId(), 1, null, null);
|
|
|
String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
|
String videoEndDate = DateUtils.addDay(nowDate, -180);
|
|
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
|