Skip to content

Commit

Permalink
🎨 #2434 【公众号】微信发布能力接口文章信息返回数据增加thumb_url
Browse files Browse the repository at this point in the history
  • Loading branch information
xujijie authored Dec 10, 2021
1 parent b8f328b commit fa2c990
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ public class WxMpFreePublishArticles implements Serializable {
@SerializedName("only_fans_can_comment")
private Integer onlyFansCanComment;

/**
* 图文消息的封面url
*/
@SerializedName("thumb_url")
private String thumbUrl;

/*
* ===== 上面的参数,就是草稿箱的内容的字段,为了后续扩展,单独写一份====
*/
Expand Down

0 comments on commit fa2c990

Please sign in to comment.