|
@@ -1,4 +1,5 @@
|
|
|
package cn.com.ctop.job.kuaishou.handler;
|
|
|
+
|
|
|
import cn.com.ctop.common.module.utils.HttpUtils2;
|
|
|
import com.xxl.job.core.handler.annotation.XxlJob;
|
|
|
import org.springframework.stereotype.Component;
|
|
@@ -24,6 +25,9 @@ public class KFXAccessTokenJob {
|
|
|
String yuxiuUrl = "http://yuxiu.api.tjyourong.com.cn/item/accessToken";
|
|
|
HttpUtils2.httpGet(yuxiuUrl, null, null);
|
|
|
|
|
|
+ String zhishuiUrl = "http://zhishui.api.tjyourong.com.cn/item/accessToken";
|
|
|
+ HttpUtils2.httpGet(zhishuiUrl, null, null);
|
|
|
+
|
|
|
String jyUrl = "http://ruixuan.api.tjyourong.com.cn/item/jyAccessToken";
|
|
|
HttpUtils2.httpGet(jyUrl, null, null);
|
|
|
}
|