mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 #2434 【公众号】微信发布能力接口文章信息返回数据增加thumb_url
This commit is contained in:
parent
b8f328b90b
commit
fa2c990ab2
@ -64,6 +64,12 @@ public class WxMpFreePublishArticles implements Serializable {
|
|||||||
@SerializedName("only_fans_can_comment")
|
@SerializedName("only_fans_can_comment")
|
||||||
private Integer onlyFansCanComment;
|
private Integer onlyFansCanComment;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 图文消息的封面url
|
||||||
|
*/
|
||||||
|
@SerializedName("thumb_url")
|
||||||
|
private String thumbUrl;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ===== 上面的参数,就是草稿箱的内容的字段,为了后续扩展,单独写一份====
|
* ===== 上面的参数,就是草稿箱的内容的字段,为了后续扩展,单独写一份====
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user