Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

企业微信-批量获取客户详情入参优化 #657

Merged
merged 43 commits into from
Mar 14, 2023
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
04a5e22
企业微信-客户联系-统计管理
Aug 5, 2022
1122d74
企业微信-客户联系-统计管理
Aug 5, 2022
12838fe
企业微信-客户联系-统计管理
Aug 5, 2022
64f2102
debug
Aug 6, 2022
db339cb
rollback
Aug 6, 2022
07a2f37
debug
Aug 6, 2022
68e6dc4
debug
Aug 6, 2022
4ca59ec
获取用户信息
Aug 7, 2022
1259cb0
token
Aug 8, 2022
62f6fd8
json.Marshal错误输出
Aug 8, 2022
0adc575
debug
Aug 9, 2022
3f9bb38
bugfix
Aug 9, 2022
c6c4e15
企业微信-通讯录管理相关接口
Aug 12, 2022
a41e877
Merge branch 'v2' into markwang
markwang1992 Aug 12, 2022
4a1f95e
企业微信-通讯录管理
Aug 12, 2022
4e7aacf
企业微信-通讯录管理
Aug 12, 2022
d86f2f4
企业微信-通讯录管理
Aug 14, 2022
8787a23
Merge branch 'v2' of github.com:markwang1992/wechat into v2
Aug 15, 2022
5c8a56e
企业微信-[联系我]方式新增和查询
Aug 19, 2022
f1fd649
企业微信-[联系我]方式新增和获取
Aug 19, 2022
8b50120
企业微信-[联系我]方式更新
Aug 22, 2022
1909183
Merge branch 'v2' into markwang
markwang1992 Aug 22, 2022
d1ab4bb
企业微信-[联系我]方式列表、删除
Aug 23, 2022
53d991f
Merge remote-tracking branch 'origin/v2' into markwang
Aug 23, 2022
72782c7
Merge branch 'v2' into markwang
markwang1992 Aug 23, 2022
24c856f
json.Marshal错误输出
Aug 24, 2022
8dbfc8d
已实现接口bug修改
Sep 6, 2022
9f7b54f
历史接口bugfix
Sep 14, 2022
2fdfc01
历史接口bugfix
Sep 25, 2022
e08ef42
comment
Sep 25, 2022
7fb4fbd
企业微信:客户联系-消息推送;素材管理-上传图片
Sep 27, 2022
d9aa5f1
Merge branch 'v2' into markwang
markwang1992 Sep 27, 2022
11aa16e
fix
Sep 27, 2022
7c9b8ae
企业微信-获取群发记录列表
Sep 29, 2022
3af8152
Merge branch 'v2' into markwang
markwang1992 Sep 29, 2022
df51c70
历史接口bugfix
Oct 11, 2022
31fbc04
1.企业微信-客户联系-消息推送-入群欢迎语素材管理
Oct 14, 2022
db696a4
Merge branch 'v2' into markwang
markwang1992 Oct 14, 2022
afc5939
golangci-lint
Oct 14, 2022
8529fd3
gofmt
Oct 14, 2022
8b9ffbd
方法访问命名
Oct 20, 2022
c39a270
企业微信-批量获取客户详情入参优化
markwang1992 Mar 14, 2023
205921c
Merge branch 'silenceper:v2' into markwang
markwang1992 Mar 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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