Skip to content

Commit 189ee09

Browse files
authored
🎨 #2516【公众号】菜单按钮支持新的图文消息类型
1 parent f3b2e93 commit 189ee09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/bean/menu/WxMenuButton.java

+9
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ public class WxMenuButton implements Serializable {
5858
@SerializedName("media_id")
5959
private String mediaId;
6060

61+
/**
62+
* <pre>
63+
* 调用发布图文接口获得的article_id.
64+
* article_id类型和article_view_limited类型必须
65+
* </pre>
66+
*/
67+
@SerializedName("article_id")
68+
private String articleId;
69+
6170
/**
6271
* <pre>
6372
* 小程序的appid.

0 commit comments

Comments
 (0)