mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 03:25:35 +08:00 
			
		
		
		
	微信消息里增加缺少的MenuId
This commit is contained in:
		| @ -54,6 +54,9 @@ public class WxMpXmlMessage implements Serializable { | |||||||
|   @XStreamConverter(value = XStreamCDataConverter.class) |   @XStreamConverter(value = XStreamCDataConverter.class) | ||||||
|   private String content; |   private String content; | ||||||
|  |  | ||||||
|  |   @XStreamAlias("MenuId") | ||||||
|  |   private Long menuId; | ||||||
|  |  | ||||||
|   @XStreamAlias("MsgId") |   @XStreamAlias("MsgId") | ||||||
|   private Long msgId; |   private Long msgId; | ||||||
|  |  | ||||||
| @ -685,6 +688,14 @@ public class WxMpXmlMessage implements Serializable { | |||||||
|     this.sendLocationInfo = sendLocationInfo; |     this.sendLocationInfo = sendLocationInfo; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  |   public Long getMenuId() { | ||||||
|  |     return this.menuId; | ||||||
|  |   } | ||||||
|  |  | ||||||
|  |   public void setMenuId(Long menuId) { | ||||||
|  |     this.menuId = menuId; | ||||||
|  |   } | ||||||
|  |  | ||||||
|   public String getKfAccount() { |   public String getKfAccount() { | ||||||
|     return this.kfAccount; |     return this.kfAccount; | ||||||
|   } |   } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang