|
|
@ -164,7 +164,8 @@ public class CronTaskServiceImpl implements CronTaskService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|
log.error("CronTaskService#getGroupId fail,e:{},param:{},response:{}", Throwables.getStackTraceAsString(e)
|
|
|
|
log.error("CronTaskService#getGroupId fail,e:{},param:{},response:{}", Throwables.getStackTraceAsString(e)
|
|
|
|
, JSON.toJSONString(params), JSON.toJSONString(response.body()));
|
|
|
|
, JSON.toJSONString(params),
|
|
|
|
|
|
|
|
response != null ? JSON.toJSONString(response.body()) : "");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
invalidateCookie();
|
|
|
|
invalidateCookie();
|
|
|
|
return BasicResultVO.fail(RespStatusEnum.SERVICE_ERROR, JSON.toJSONString(response.body()));
|
|
|
|
return BasicResultVO.fail(RespStatusEnum.SERVICE_ERROR, JSON.toJSONString(response.body()));
|
|
|
|