瀏覽代碼

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

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 7 年之前
父節點
當前提交
c1c1e0a1a8
共有 2 個文件被更改,包括 4 次插入1 次删除
  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