Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨微信发布能力接口文章信息返回数据增加thumb_url。 #2434

Merged
merged 1 commit into from
Dec 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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