fix:update vm network

Former-commit-id: 3195ae6397c24bda209c7c7a3fd61ee582076f1f
This commit is contained in:
qiwang 2024-05-11 10:17:06 +08:00
parent f01a0c6354
commit 4047bc98dd
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ type (
} }
NetworkDict { NetworkDict {
Id int `json:"id"` Id int `json:"id"`
PublicImageName string `json:"public_image_name"` PublicNetworkName string `json:"public_netWork_name"`
} }
) )

View File

@ -79,8 +79,8 @@ type PublicNetworkResp struct {
} }
type NetworkDict struct { type NetworkDict struct {
Id int `json:"id"` Id int `json:"id"`
PublicImageName string `json:"public_image_name"` PublicNetworkName string `json:"public_netWork_name"`
} }
type RemoteResp struct { type RemoteResp struct {