Merge pull request 'modify interface' (#157) from qiwang/pcm-coordinator:upmaster_wq into master

Former-commit-id: ad605282327a916ddce3e88edfca7a2e05dc1083
This commit is contained in:
qiwang 2024-05-11 10:23:03 +08:00
commit eaf1b1b953
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 {