We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04eaf4 commit dfec2e3Copy full SHA for dfec2e3
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/external/WxCpUserExternalGroupChatInfo.java
@@ -58,6 +58,14 @@ public static class GroupMember {
58
59
@SerializedName("join_time")
60
private Long joinTime;
61
+
62
+ /**
63
+ * 外部联系人在微信开放平台的唯一身份标识(微信unionid)
64
+ * 通过此字段企业可将外部联系人与公众号/小程序用户关联起来
65
+ * 仅当群成员类型是微信用户(包括企业成员未添加好友),且企业或第三方服务商绑定了微信开发者ID有此字段
66
+ */
67
+ @SerializedName("unionid")
68
+ private String unionId;
69
70
/**
71
* 入群方式。
0 commit comments