Skip to content

Commit e9bc5d0

Browse files
troubleMTTbinarywang
authored andcommitted
🎨 #3746 【企业微信】获取企业已配置的「联系我」列表接口返回值增加next_cursor字段
1 parent 738bcf7 commit e9bc5d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ public class WxCpContactWayList extends WxCpBaseResp implements Serializable {
2626
@SerializedName("contact_way")
2727
private List<ContactWay> contactWay;
2828

29+
/**
30+
* 分页参数,用于查询下一个分页的数据,为空时表示没有更多的分页
31+
*/
32+
@SerializedName("next_cursor")
33+
private String nextCursor;
34+
2935
/**
3036
* The type Contact way.
3137
*/

0 commit comments

Comments
 (0)