|
@@ -142,6 +142,7 @@ public class CtopOauthTokenServiceImpl extends ServiceImpl<CtopOauthTokenMapper,
|
|
log.error("查询token信息返回结果为空,accountId:{}", accountId);
|
|
log.error("查询token信息返回结果为空,accountId:{}", accountId);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ XxlJobHelper.log("刷新token,入參:{},token:{}", param,headers);
|
|
String result = HttpUtils.httpPostRequest(url, param, headers);
|
|
String result = HttpUtils.httpPostRequest(url, param, headers);
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
log.info("快手刷新token返回结果:{}", refreshToken);
|
|
log.info("快手刷新token返回结果:{}", refreshToken);
|