We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a7376 commit c443dc1Copy full SHA for c443dc1
1 file changed
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/menu/WxMpSelfMenuInfo.java
@@ -80,6 +80,22 @@ public static class WxMpSelfMenuButton implements Serializable {
80
@SerializedName("value")
81
private String value;
82
83
+ /**
84
+ * 调用新增永久素材接口返回的合法media_id
85
+ * <p>
86
+ * media_id类型和view_limited类型必须
87
+ */
88
+ @SerializedName("media_id")
89
+ private String mediaId;
90
+
91
92
+ * 发布后获得的合法article_id
93
94
+ * article_id类型和article_view_limited类型必须
95
96
+ @SerializedName("article_id")
97
+ private String articleId;
98
99
/**
100
* <pre>
101
* 小程序的appid.
0 commit comments