|
@@ -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(" --------达人补全,执行完成-------- ");
|