Skip to content

Commit fa2c990

Browse files
authored
🎨 #2434 【公众号】微信发布能力接口文章信息返回数据增加thumb_url
1 parent b8f328b commit fa2c990

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/freepublish/WxMpFreePublishArticles.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ public class WxMpFreePublishArticles implements Serializable {
6464
@SerializedName("only_fans_can_comment")
6565
private Integer onlyFansCanComment;
6666

67+
/**
68+
* 图文消息的封面url
69+
*/
70+
@SerializedName("thumb_url")
71+
private String thumbUrl;
72+
6773
/*
6874
* ===== 上面的参数,就是草稿箱的内容的字段,为了后续扩展,单独写一份====
6975
*/

0 commit comments

Comments
 (0)