|
@@ -3,6 +3,7 @@ package cn.com.ctop.job.bytedance.handler;
|
|
|
|
|
|
import cn.com.ctop.alarm.modules.mapper.RuleAccountTemplateMapper;
|
|
|
import cn.com.ctop.common.module.utils.HttpUtils;
|
|
|
+import com.xxl.job.core.context.XxlJobHelper;
|
|
|
import com.xxl.job.core.handler.annotation.XxlJob;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Component;
|
|
@@ -21,5 +22,7 @@ public class CheckPromoterJob {
|
|
|
@XxlJob("supplementPromoterJob")
|
|
|
public void execute() throws Exception {
|
|
|
HttpUtils.httpGet(URLPREFIX, null, null);
|
|
|
+ XxlJobHelper.log(" --------达人补全,执行完成-------- ");
|
|
|
+
|
|
|
}
|
|
|
}
|