@@ -177,6 +177,7 @@ public class ThirdServiceImpl implements ThirdService { | |||
response = restTemplate.exchange(url, HttpMethod.GET, httpEntity, parameterizedTypeReference, request.getRoleId()); | |||
} catch (Exception e) { | |||
log.error("对应平台标识:{}", platform.getPlatformName()); | |||
log.info(e.getMessage()); | |||
throw new ServiceException(HttpStatus.BAD_REQUEST.value(), "获取菜单列表失败!"); | |||
} | |||
if (response == null || !response.hasBody() || response.getBody().getCode() != JsonResult.SUCCESS) { |