mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-01 11:38:27 +08:00
🆕 #2161 【公众号】微信推送消息类增加群发接口事件相关字段
This commit is contained in:
@ -26,6 +26,9 @@ public class WxCpExternalContactInfo implements Serializable {
|
||||
@SerializedName("follow_user")
|
||||
private List<FollowedUser> followedUsers;
|
||||
|
||||
@SerializedName("next_cursor")
|
||||
private String nextCursor;
|
||||
|
||||
public static WxCpExternalContactInfo fromJson(String json) {
|
||||
return WxCpGsonBuilder.create().fromJson(json, WxCpExternalContactInfo.class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user