Explorar el Código

由荣旸发起的TESLAMAXCOMPUTE SDK自动发布, 版本号:1.4.11

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao hace 7 años
padre
commit
c1c1e0a1a8
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      ChangeLog.txt
  2. 1 1
      services/teslamaxcompute/query_customer_sale_info.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2018-03-30 Version: 1.4.11
+1, API QueryCustomerSaleInfo arguments update.
+
 2018-03-29 Version: 1.4.10
 1, edit FetchLibraries return param format
 

+ 1 - 1
services/teslamaxcompute/query_customer_sale_info.go

@@ -76,7 +76,7 @@ func (client *Client) QueryCustomerSaleInfoWithCallback(request *QueryCustomerSa
 // QueryCustomerSaleInfoRequest is the request struct for api QueryCustomerSaleInfo
 type QueryCustomerSaleInfoRequest struct {
 	*requests.RpcRequest
-	Region string `position:"Query" name:"Region"`
+	RegionName string `position:"Query" name:"RegionName"`
 }
 
 // QueryCustomerSaleInfoResponse is the response struct for api QueryCustomerSaleInfo