@@ -35,8 +35,8 @@ func (s *QueryShortcutScopesHeaders) SetXAcsDingtalkAccessToken(v string) *Query
3535
3636type QueryShortcutScopesResponseBody struct {
3737 // errorMsg
38- UserVisibleScopes []* string `json:"userVisibleScopes,omitempty" xml:"userVisibleScopes,omitempty" type:"Repeated"`
39- DeptVisibleScopes []* float32 `json:"deptVisibleScopes,omitempty" xml:"deptVisibleScopes,omitempty" type:"Repeated"`
38+ UserVisibleScopes []* string `json:"userVisibleScopes,omitempty" xml:"userVisibleScopes,omitempty" type:"Repeated"`
39+ DeptVisibleScopes []* int64 `json:"deptVisibleScopes,omitempty" xml:"deptVisibleScopes,omitempty" type:"Repeated"`
4040}
4141
4242func (s QueryShortcutScopesResponseBody ) String () string {
@@ -52,7 +52,7 @@ func (s *QueryShortcutScopesResponseBody) SetUserVisibleScopes(v []*string) *Que
5252 return s
5353}
5454
55- func (s * QueryShortcutScopesResponseBody ) SetDeptVisibleScopes (v []* float32 ) * QueryShortcutScopesResponseBody {
55+ func (s * QueryShortcutScopesResponseBody ) SetDeptVisibleScopes (v []* int64 ) * QueryShortcutScopesResponseBody {
5656 s .DeptVisibleScopes = v
5757 return s
5858}
@@ -105,8 +105,8 @@ func (s *QueryComponentScopesHeaders) SetXAcsDingtalkAccessToken(v string) *Quer
105105
106106type QueryComponentScopesResponseBody struct {
107107 // scopes
108- UserVisibleScopes []* string `json:"userVisibleScopes,omitempty" xml:"userVisibleScopes,omitempty" type:"Repeated"`
109- DeptVisibleScopes []* float32 `json:"deptVisibleScopes,omitempty" xml:"deptVisibleScopes,omitempty" type:"Repeated"`
108+ UserVisibleScopes []* string `json:"userVisibleScopes,omitempty" xml:"userVisibleScopes,omitempty" type:"Repeated"`
109+ DeptVisibleScopes []* int64 `json:"deptVisibleScopes,omitempty" xml:"deptVisibleScopes,omitempty" type:"Repeated"`
110110}
111111
112112func (s QueryComponentScopesResponseBody ) String () string {
@@ -122,7 +122,7 @@ func (s *QueryComponentScopesResponseBody) SetUserVisibleScopes(v []*string) *Qu
122122 return s
123123}
124124
125- func (s * QueryComponentScopesResponseBody ) SetDeptVisibleScopes (v []* float32 ) * QueryComponentScopesResponseBody {
125+ func (s * QueryComponentScopesResponseBody ) SetDeptVisibleScopes (v []* int64 ) * QueryComponentScopesResponseBody {
126126 s .DeptVisibleScopes = v
127127 return s
128128}
0 commit comments