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