|
@@ -43,6 +43,10 @@ public class BytedanceOperationRecordJob {
|
|
|
XxlJobLogger.log("定时获取头条操作记录数据开始,accountId:" + token.getAccountId() + "操作目标为:" + 2 + "时间:" + startDate + "~" + endDate);
|
|
|
bytedanceInterfaceService.searchLog(token.getAccountId(), token, 2, startDate, endDate);
|
|
|
XxlJobLogger.log("定时获取头条操作记录数据结束,accountId:" + token.getAccountId() + "操作目标为:" + 2 + "时间:" + startDate + "~" + endDate);
|
|
|
+
|
|
|
+ XxlJobLogger.log("定时获取头条操作记录数据开始,accountId:" + token.getAccountId() + "操作目标为:" + 3 + "时间:" + startDate + "~" + endDate);
|
|
|
+ bytedanceInterfaceService.searchLog(token.getAccountId(), token, 3, startDate, endDate);
|
|
|
+ XxlJobLogger.log("定时获取头条操作记录数据结束,accountId:" + token.getAccountId() + "操作目标为:" + 3 + "时间:" + startDate + "~" + endDate);
|
|
|
}
|
|
|
});
|
|
|
});
|