Skip to content

Commit

Permalink
企业微信-批量获取客户详情入参优化 (#657)
Browse files Browse the repository at this point in the history
* 企业微信-批量获取客户详情入参优化

---------

Co-authored-by: wang.yu <[email protected]>
Co-authored-by: markwang <[email protected]>
  • Loading branch information
3 people authored Mar 14, 2023
1 parent 9c01893 commit 494082f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions work/externalcontact/external_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func (r *Client) GetExternalUserDetail(externalUserID string, nextCursor ...stri
type BatchGetExternalUserDetailsRequest struct {
UserIDList []string `json:"userid_list"`
Cursor string `json:"cursor"`
Limit int `json:"limit,omitempty"`
}

// ExternalUserDetailListResponse 批量获取外部联系人详情响应
Expand Down

0 comments on commit 494082f

Please sign in to comment.