mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 #2411【微信公众号】获取草稿列表接口新增两个字段
This commit is contained in:
parent
cc6bc22c1d
commit
20011f8b7e
@ -68,6 +68,16 @@ public class WxMpDraftArticles implements ToJson, Serializable {
|
|||||||
*/
|
*/
|
||||||
@SerializedName("only_fans_can_comment")
|
@SerializedName("only_fans_can_comment")
|
||||||
private Integer onlyFansCanComment;
|
private Integer onlyFansCanComment;
|
||||||
|
/**
|
||||||
|
* 草稿的临时链接,点击图文消息跳转链接
|
||||||
|
*/
|
||||||
|
@SerializedName("url")
|
||||||
|
private String url;
|
||||||
|
/**
|
||||||
|
* 图文消息的封面url
|
||||||
|
*/
|
||||||
|
@SerializedName("thumb_url")
|
||||||
|
private String thumbUrl;
|
||||||
|
|
||||||
public static WxMpDraftArticles fromJson(String json) {
|
public static WxMpDraftArticles fromJson(String json) {
|
||||||
return WxGsonBuilder.create().fromJson(json, WxMpDraftArticles.class);
|
return WxGsonBuilder.create().fromJson(json, WxMpDraftArticles.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user