diff --git a/api/desc/core/pcm-core.api b/api/desc/core/pcm-core.api index aaf6200f..f3bab7f6 100644 --- a/api/desc/core/pcm-core.api +++ b/api/desc/core/pcm-core.api @@ -90,7 +90,7 @@ type ( } NetworkDict { Id int `json:"id"` - PublicImageName string `json:"public_image_name"` + PublicNetworkName string `json:"public_netWork_name"` } ) diff --git a/api/internal/types/types.go b/api/internal/types/types.go index a0be926b..61596427 100644 --- a/api/internal/types/types.go +++ b/api/internal/types/types.go @@ -79,8 +79,8 @@ type PublicNetworkResp struct { } type NetworkDict struct { - Id int `json:"id"` - PublicImageName string `json:"public_image_name"` + Id int `json:"id"` + PublicNetworkName string `json:"public_netWork_name"` } type RemoteResp struct {