Skip to content

Commit

Permalink
🎨 #2511【公众号】草稿箱获取图文素材实体类增加图文消息素材的最后更新时间字段
Browse files Browse the repository at this point in the history
  • Loading branch information
leejuncheng authored Jan 20, 2022
1 parent 6bccbf5 commit 31efa1a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ public class WxMpDraftItem implements Serializable {
@SerializedName("content")
private WxMpDraftInfo content;

/**
* 本草稿的图文消息素材的最后更新时间
*/
@SerializedName("update_time")
private Long updateTime;

public static WxMpDraftItem fromJson(String json) {
return WxGsonBuilder.create().fromJson(json, WxMpDraftItem.class);
}
Expand Down

0 comments on commit 31efa1a

Please sign in to comment.