🎨 #3746 【企业微信】获取企业已配置的「联系我」列表接口返回值增加next_cursor字段
Some checks failed
Publish to Maven Central / build-and-publish (push) Has been cancelled

This commit is contained in:
troubleMTT
2025-10-30 11:43:02 +00:00
committed by Binary Wang
parent 738bcf7755
commit e9bc5d0109

View File

@@ -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.
*/