Jelajahi Sumber

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

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 7 tahun lalu
induk
melakukan
c1c1e0a1a8
2 mengubah file dengan 4 tambahan dan 1 penghapusan
  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