1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

企业微信-通讯录管理-更新成员接口,支持更新企业邮箱别名 (#826)

* feat: 企业微信-通讯录管理,新增更新成员、更新部门、删除部门方法

* feat: 企业微信-通讯录管理-更新成员接口,支持更新企业邮箱别名
This commit is contained in:
markwang
2025-04-18 14:13:26 +08:00
committed by GitHub
parent 52fb5596d3
commit b5f9a8933e

View File

@@ -169,6 +169,7 @@ type UserUpdateRequest struct {
Gender int `json:"gender"`
Email string `json:"email"`
BizMail string `json:"biz_mail"`
BizMailAlias string `json:"biz_mail_alias"`
IsLeaderInDept []int `json:"is_leader_in_dept"`
DirectLeader []string `json:"direct_leader"`
Enable int `json:"enable"`