|
@@ -13,16 +13,13 @@ import org.springframework.stereotype.Component;
|
|
*/
|
|
*/
|
|
@Component
|
|
@Component
|
|
public class CheckPromoterJob {
|
|
public class CheckPromoterJob {
|
|
- @Autowired
|
|
|
|
- private RuleAccountTemplateMapper ruleAccountTemplateMapper;
|
|
|
|
|
|
|
|
String URLPREFIX = "http://ruixuan.api.tjyourong.com.cn/kuaishou/promoter/supplementInfo";
|
|
String URLPREFIX = "http://ruixuan.api.tjyourong.com.cn/kuaishou/promoter/supplementInfo";
|
|
|
|
|
|
|
|
|
|
@XxlJob("supplementPromoterJob")
|
|
@XxlJob("supplementPromoterJob")
|
|
- public void execute() throws Exception {
|
|
|
|
|
|
+ public void supplementPromoterJob() throws Exception {
|
|
HttpUtils.httpGet(URLPREFIX, null, null);
|
|
HttpUtils.httpGet(URLPREFIX, null, null);
|
|
XxlJobHelper.log(" --------达人补全,执行完成-------- ");
|
|
XxlJobHelper.log(" --------达人补全,执行完成-------- ");
|
|
-
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|