dreamskyw

Results 1 issues of dreamskyw

在使用go SDK 遇到sdk 错误定义。 具体错误如下 https://github.com/huaweicloud/huaweicloud-sdk-go-v3/blob/c245a429ca5ae854ba0b20f15ed3c1e6427d2033/services/ecs/v2/model/model_server_detail.go#L10 第91行, Metadata map[string]string json:"metadata" 在使用方法,client.ListServersDetails() 中返回结构体并不是map。 返回值如下: ![image](https://user-images.githubusercontent.com/86826090/128605776-9df393fa-54b7-4056-90d1-d74fd44e7cb8.png) 而SDK定义的结构体为map ![image](https://user-images.githubusercontent.com/86826090/128605810-e7aa6e65-cf42-41ba-942f-a611bf65547e.png) 对用户不太友好;