🎨 #2434 【公众号】微信发布能力接口文章信息返回数据增加thumb_url

This commit is contained in:
xujijie
2021-12-10 15:23:58 +08:00
committed by GitHub
parent b8f328b90b
commit fa2c990ab2

View File

@ -64,6 +64,12 @@ public class WxMpFreePublishArticles implements Serializable {
@SerializedName("only_fans_can_comment")
private Integer onlyFansCanComment;
/**
* 图文消息的封面url
*/
@SerializedName("thumb_url")
private String thumbUrl;
/*
* ===== 上面的参数,就是草稿箱的内容的字段,为了后续扩展,单独写一份====
*/