소스 검색

由向召元发起的CMS SDK自动发布, 版本号:1.9.6

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 7 년 전
부모
커밋
6562e2bf7b
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 0
      ChangeLog.txt
  2. 3 2
      services/cms/create_my_groups.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2018-04-25 Version: 1.9.6
+1, CreateMyGroups add parameter "options"
+
 2018-04-24 Version: 1.9.5
 1, Add api:UpdateMyGroupMembers
 

+ 3 - 2
services/cms/create_my_groups.go

@@ -76,11 +76,12 @@ func (client *Client) CreateMyGroupsWithCallback(request *CreateMyGroupsRequest,
 // CreateMyGroupsRequest is the request struct for api CreateMyGroups
 type CreateMyGroupsRequest struct {
 	*requests.RpcRequest
+	Type          string           `position:"Query" name:"Type"`
+	BindUrl       string           `position:"Query" name:"BindUrl"`
 	GroupName     string           `position:"Query" name:"GroupName"`
 	ServiceId     requests.Integer `position:"Query" name:"ServiceId"`
-	BindUrl       string           `position:"Query" name:"BindUrl"`
-	Type          string           `position:"Query" name:"Type"`
 	ContactGroups string           `position:"Query" name:"ContactGroups"`
+	Options       string           `position:"Query" name:"Options"`
 }
 
 // CreateMyGroupsResponse is the response struct for api CreateMyGroups