Explorar o código

添加达人补全定时

zhaoxian hai 1 ano
pai
achega
ca4583dbe9

+ 3 - 3
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/SupplementPromoterJob.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.job.bytedance.handler;
+package cn.com.ctop.job.kuaishou.handler;
 
 
 import cn.com.ctop.common.module.utils.HttpUtils;
@@ -10,11 +10,11 @@ import org.springframework.stereotype.Component;
  * 达人补全定时
  */
 @Component
-public class SupplementPromoterJob {
+public class CheckPromoterJob {
 
     String URLPREFIX = "http://ruixuan.api.tjyourong.com.cn/kuaishou/promoter/supplementInfo";
 
-    @XxlJob("supplementPromoterJob")
+    @XxlJob("checkPromoterJob")
     public void execute() throws Exception {
         HttpUtils.httpGet(URLPREFIX, null, null);
         XxlJobHelper.log(" --------达人补全,执行完成-------- ");