Skip to content

Commit b5f9a89

Browse files
authored
企业微信-通讯录管理-更新成员接口,支持更新企业邮箱别名 (#826)
* feat: 企业微信-通讯录管理,新增更新成员、更新部门、删除部门方法 * feat: 企业微信-通讯录管理-更新成员接口,支持更新企业邮箱别名
1 parent 52fb559 commit b5f9a89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

work/addresslist/user.go

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ type UserUpdateRequest struct {
169169
Gender int `json:"gender"`
170170
Email string `json:"email"`
171171
BizMail string `json:"biz_mail"`
172+
BizMailAlias string `json:"biz_mail_alias"`
172173
IsLeaderInDept []int `json:"is_leader_in_dept"`
173174
DirectLeader []string `json:"direct_leader"`
174175
Enable int `json:"enable"`

0 commit comments

Comments
 (0)