|
@@ -15,11 +15,13 @@ import com.xxl.job.core.handler.annotation.XxlJob;
|
|
|
import com.xxl.job.core.log.XxlJobLogger;
|
|
|
import org.jeecg.common.util.DateUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
+@Component
|
|
|
public class BytedanceMonitoringLinksCheckJob {
|
|
|
@Autowired
|
|
|
private ICtopOauthTokenService tokenService;
|