We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f328b commit fa2c990Copy full SHA for fa2c990
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/freepublish/WxMpFreePublishArticles.java
@@ -64,6 +64,12 @@ public class WxMpFreePublishArticles implements Serializable {
64
@SerializedName("only_fans_can_comment")
65
private Integer onlyFansCanComment;
66
67
+ /**
68
+ * 图文消息的封面url
69
+ */
70
+ @SerializedName("thumb_url")
71
+ private String thumbUrl;
72
+
73
/*
74
* ===== 上面的参数,就是草稿箱的内容的字段,为了后续扩展,单独写一份====
75
*/
0 commit comments