Skip to content

Commit

Permalink
🆕 Wechat-Group#2209【企业微信】获取客户群详情接口新增群昵称字段
Browse files Browse the repository at this point in the history
  • Loading branch information
bongq417 committed Jul 16, 2021
1 parent 737d759 commit 414b006
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ public static class GroupMember implements Serializable {
@SerializedName("join_scene")
private int joinScene;

/**
* 在群里的昵称
*/
@SerializedName("group_nickname")
private String groupNickname;

/**
* 名字。仅当 need_name = 1 时返回
* 如果是微信用户,则返回其在微信中设置的名字
* 如果是企业微信联系人,则返回其设置对外展示的别名或实名
*/
@SerializedName("name")
private String name;

/**
* 邀请者。目前仅当是由本企业内部成员邀请入群时会返回该值
*/
Expand Down

0 comments on commit 414b006

Please sign in to comment.