Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65d8059

Browse filesBrowse files
committed
🎨 【公众号】发布能力获取成功发布列表接口返回增加update_time参数
1 parent c0535f8 commit 65d8059
Copy full SHA for 65d8059

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

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

Copy file name to clipboardExpand all lines: weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/freepublish/WxMpFreePublishItem.java
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,19 @@ public class WxMpFreePublishItem implements Serializable {
2323
*/
2424
@SerializedName("article_id")
2525
private String articleId;
26+
2627
/**
2728
* 图文消息的具体内容,支持HTML标签,必须少于2万字符,小于1M,且此处会去除JS。
2829
*/
2930
@SerializedName("content")
3031
private WxMpFreePublishInfo content;
3132

33+
/**
34+
* 这篇图文消息素材的最后更新时间
35+
*/
36+
@SerializedName("update_time")
37+
private String updateTime;
38+
3239
public static WxMpFreePublishItem fromJson(String json) {
3340
return WxGsonBuilder.create().fromJson(json, WxMpFreePublishItem.class);
3441
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.