mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-24 08:33:19 +08:00
🎨 #3746 【企业微信】获取企业已配置的「联系我」列表接口返回值增加next_cursor字段
Some checks failed
Publish to Maven Central / build-and-publish (push) Has been cancelled
Some checks failed
Publish to Maven Central / build-and-publish (push) Has been cancelled
This commit is contained in:
@@ -26,6 +26,12 @@ public class WxCpContactWayList extends WxCpBaseResp implements Serializable {
|
||||
@SerializedName("contact_way")
|
||||
private List<ContactWay> contactWay;
|
||||
|
||||
/**
|
||||
* 分页参数,用于查询下一个分页的数据,为空时表示没有更多的分页
|
||||
*/
|
||||
@SerializedName("next_cursor")
|
||||
private String nextCursor;
|
||||
|
||||
/**
|
||||
* The type Contact way.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user