🎨 #3746 【企业微信】获取企业已配置的「联系我」列表接口返回值增加next_cursor字段
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