We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738bcf7 commit e9bc5d0Copy full SHA for e9bc5d0
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/external/WxCpContactWayList.java
@@ -26,6 +26,12 @@ public class WxCpContactWayList extends WxCpBaseResp implements Serializable {
26
@SerializedName("contact_way")
27
private List<ContactWay> contactWay;
28
29
+ /**
30
+ * 分页参数,用于查询下一个分页的数据,为空时表示没有更多的分页
31
+ */
32
+ @SerializedName("next_cursor")
33
+ private String nextCursor;
34
+
35
/**
36
* The type Contact way.
37
*/
0 commit comments