|
@@ -205,9 +205,7 @@ class DataCenterRequest{
|
|
val postBody = JSON.toJSONString(request)
|
|
val postBody = JSON.toJSONString(request)
|
|
val resultStr = HttpService.sendPostDataCenter(properties.datacenter.spaceUpdate, postBody, projectId)
|
|
val resultStr = HttpService.sendPostDataCenter(properties.datacenter.spaceUpdate, postBody, projectId)
|
|
return JSON.parseObject(resultStr, object : TypeReference<BaseResponse>() { })
|
|
return JSON.parseObject(resultStr, object : TypeReference<BaseResponse>() { })
|
|
- } catch (e: Exception) {
|
|
|
|
- logger.error("#########更新空间失败:",e)
|
|
|
|
- }
|
|
|
|
|
|
+ } catch (e: Exception) {}
|
|
return null
|
|
return null
|
|
}
|
|
}
|
|
|
|
|