mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	#298 WxMpMenu的内部类WxMpConditionalMenu增加实现序列化接口
This commit is contained in:
		| @ -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") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Bob
					Bob