mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 17:48:50 +08:00
🎨 #2893 【公众号】自定义菜单查询接口返回结果类增加缺失的 mediaId 和 articleId 字段
This commit is contained in:
@ -80,6 +80,22 @@ public class WxMpSelfMenuInfo implements Serializable {
|
|||||||
@SerializedName("value")
|
@SerializedName("value")
|
||||||
private String value;
|
private String value;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 调用新增永久素材接口返回的合法media_id
|
||||||
|
* <p>
|
||||||
|
* media_id类型和view_limited类型必须
|
||||||
|
*/
|
||||||
|
@SerializedName("media_id")
|
||||||
|
private String mediaId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 发布后获得的合法article_id
|
||||||
|
* <p>
|
||||||
|
* article_id类型和article_view_limited类型必须
|
||||||
|
*/
|
||||||
|
@SerializedName("article_id")
|
||||||
|
private String articleId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 小程序的appid.
|
* 小程序的appid.
|
||||||
|
|||||||
Reference in New Issue
Block a user