Browse Source

Generated 2019-01-01 for Cms.

sdk-team 5 năm trước cách đây
mục cha
commit
4f6b26b583

+ 4 - 0
ChangeLog.txt

@@ -1,3 +1,7 @@
+2020-02-20 Version: v1.60.384
+- Generated 2019-01-01 for `Cms`.
+- Fix the problem that the three APIs, disablesitemonitors, enablesitemonitors and modifysitemonitor, return result fields are not fully define.
+
 2020-02-20 Version: v1.60.383
 - Generated 2018-03-13 for `retailcloud`.
 - Add new api ListUsers.

+ 1 - 1
services/cms/describe_site_monitor_data.go

@@ -93,8 +93,8 @@ type DescribeSiteMonitorDataResponse struct {
 	Message   string `json:"Message" xml:"Message"`
 	Success   string `json:"Success" xml:"Success"`
 	RequestId string `json:"RequestId" xml:"RequestId"`
-	Data      string `json:"Data" xml:"Data"`
 	NextToken string `json:"NextToken" xml:"NextToken"`
+	Data      string `json:"Data" xml:"Data"`
 }
 
 // CreateDescribeSiteMonitorDataRequest creates a request to invoke DescribeSiteMonitorData API

+ 1 - 1
services/cms/disable_site_monitors.go

@@ -86,7 +86,7 @@ type DisableSiteMonitorsResponse struct {
 	Message   string `json:"Message" xml:"Message"`
 	Success   string `json:"Success" xml:"Success"`
 	RequestId string `json:"RequestId" xml:"RequestId"`
-	Data      string `json:"Data" xml:"Data"`
+	Data      Data   `json:"Data" xml:"Data"`
 }
 
 // CreateDisableSiteMonitorsRequest creates a request to invoke DisableSiteMonitors API

+ 1 - 1
services/cms/enable_site_monitors.go

@@ -86,7 +86,7 @@ type EnableSiteMonitorsResponse struct {
 	Message   string `json:"Message" xml:"Message"`
 	Success   string `json:"Success" xml:"Success"`
 	RequestId string `json:"RequestId" xml:"RequestId"`
-	Data      string `json:"Data" xml:"Data"`
+	Data      Data   `json:"Data" xml:"Data"`
 }
 
 // CreateEnableSiteMonitorsRequest creates a request to invoke EnableSiteMonitors API

+ 1 - 1
services/cms/modify_site_monitor.go

@@ -92,7 +92,7 @@ type ModifySiteMonitorResponse struct {
 	Message   string `json:"Message" xml:"Message"`
 	Success   string `json:"Success" xml:"Success"`
 	RequestId string `json:"RequestId" xml:"RequestId"`
-	Data      string `json:"Data" xml:"Data"`
+	Data      Data   `json:"Data" xml:"Data"`
 }
 
 // CreateModifySiteMonitorRequest creates a request to invoke ModifySiteMonitor API