Skip to content

Commit dfec2e3

Browse files
authored
🎨 #1743 企业微信获取客户群详情接口增加unionId属性
获取客户群详情对象中 增加 unionId属性
1 parent e04eaf4 commit dfec2e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/external/WxCpUserExternalGroupChatInfo.java

+8
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ public static class GroupMember {
5858

5959
@SerializedName("join_time")
6060
private Long joinTime;
61+
62+
/**
63+
* 外部联系人在微信开放平台的唯一身份标识(微信unionid)
64+
* 通过此字段企业可将外部联系人与公众号/小程序用户关联起来
65+
* 仅当群成员类型是微信用户(包括企业成员未添加好友),且企业或第三方服务商绑定了微信开发者ID有此字段
66+
*/
67+
@SerializedName("unionid")
68+
private String unionId;
6169

6270
/**
6371
* 入群方式。

0 commit comments

Comments
 (0)