|
@@ -935,6 +935,8 @@ type ContactListReq struct {
|
|
|
Wxid *string `json:"wxid,optional"`
|
|
|
// 微信账号
|
|
|
Account *string `json:"account,optional"`
|
|
|
+ // 昵称
|
|
|
+ Nickname *string `json:"nickname,optional"`
|
|
|
// 联系人类型:1好友,2群组,3公众号,4企业微信联系人
|
|
|
Type *int `json:"type,optional"`
|
|
|
}
|