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

This commit is contained in:
xujijie 2021-12-10 15:23:58 +08:00 committed by GitHub
parent b8f328b90b
commit fa2c990ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
/*
* ===== 上面的参数就是草稿箱的内容的字段为了后续扩展单独写一份====
*/