|
@@ -37,6 +37,8 @@ public class KFXAccessTokenJob {
|
|
|
String url = "http://ruixuan.api.tjyourong.com.cn/item/kwaixiaodianAccessToken";
|
|
|
HttpUtils2.httpGet(url, null, null);
|
|
|
|
|
|
+ String jstUrl = "http://ruixuan.api.tjyourong.com.cn/kwaixiaodian/jst/refreshToken";
|
|
|
+ HttpUtils2.httpGet(jstUrl, null, null);
|
|
|
}
|
|
|
|
|
|
|