Browse Source

Modify getInstanceList response.

sdk-team 6 years ago
parent
commit
f79c0c5cc5

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-08-21 Version: 1.60.111
+- Modify getInstanceList response.
+
 2019-08-20 Version: 1.60.110
 - API TaobaoFilmGetSchedules retrun col add hallId.
 

+ 1 - 1
services/alikafka/struct_instance_list.go

@@ -17,5 +17,5 @@ package alikafka
 
 // InstanceList is a nested struct in alikafka response
 type InstanceList struct {
-	InstanceListItem []InstanceListItem `json:"InstanceListItem" xml:"InstanceListItem"`
+	InstanceVO []InstanceVO `json:"InstanceVO" xml:"InstanceVO"`
 }

+ 2 - 2
services/alikafka/struct_instance_list_item.go → services/alikafka/struct_instance_vo.go

@@ -15,8 +15,8 @@ package alikafka
 // Code generated by Alibaba Cloud SDK Code Generator.
 // Changes may cause incorrect behavior and will be lost if the code is regenerated.
 
-// InstanceListItem is a nested struct in alikafka response
-type InstanceListItem struct {
+// InstanceVO is a nested struct in alikafka response
+type InstanceVO struct {
 	InstanceId    string `json:"InstanceId" xml:"InstanceId"`
 	RegionId      string `json:"RegionId" xml:"RegionId"`
 	ServiceStatus int    `json:"ServiceStatus" xml:"ServiceStatus"`