Authored by qinchao

腾讯云取主机异常,则返回

... ... @@ -437,6 +437,9 @@ public class QcloudSdkUtil {
}
}catch (Exception e){
logger.error(" - QcloudToolServiceImpl - getScalingInstancesSet- error", e);
//如果发生了异常,直接返回
return null;
}
return allHost;
... ...