Browse Source

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

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

* feat: 企业微信-通讯录管理-更新成员接口,支持更新企业邮箱别名
markwang 1 năm trước cách đây
mục cha
commit
b5f9a8933e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      work/addresslist/user.go

+ 1 - 0
work/addresslist/user.go

@@ -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"`