mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-28 20:43:42 +08:00
🎨 #2516【公众号】菜单按钮支持新的图文消息类型
This commit is contained in:
@ -58,6 +58,15 @@ public class WxMenuButton implements Serializable {
|
||||
@SerializedName("media_id")
|
||||
private String mediaId;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 调用发布图文接口获得的article_id.
|
||||
* article_id类型和article_view_limited类型必须
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName("article_id")
|
||||
private String articleId;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 小程序的appid.
|
||||
|
||||
Reference in New Issue
Block a user