mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
#298 WxMpMenu的内部类WxMpConditionalMenu增加实现序列化接口
This commit is contained in:
parent
afcd62c065
commit
289405f845
@ -55,7 +55,10 @@ public class WxMpMenu implements Serializable{
|
||||
return WxGsonBuilder.create().toJson(this);
|
||||
}
|
||||
|
||||
public static class WxMpConditionalMenu {
|
||||
public static class WxMpConditionalMenu implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -2279946921755382289L;
|
||||
|
||||
@SerializedName("button")
|
||||
private List<WxMenuButton> buttons;
|
||||
@SerializedName("matchrule")
|
||||
|
Loading…
Reference in New Issue
Block a user