🆕 #2161 【公众号】微信推送消息类增加群发接口事件相关字段

This commit is contained in:
arthur0201
2021-06-23 13:47:24 +08:00
committed by GitHub
parent 3963c6d471
commit 1e64a7f7b3
2 changed files with 14 additions and 0 deletions

View File

@ -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);
}