Skip to content
Prev Previous commit
【企业微信】客户联系获取客户详情返回结果添加分页的next_cursor
Signed-off-by: arthur0201 <704538660@qq.com>
  • Loading branch information
arthur0201 committed Jun 23, 2021
commit 1cb34fd501450fb5578ea4ab3e29e49c63e277e5
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down