|
|
@@ -54,6 +54,9 @@ public class WxMpXmlMessage implements Serializable { |
|
|
|
@XStreamConverter(value = XStreamCDataConverter.class) |
|
|
|
private String content; |
|
|
|
|
|
|
|
@XStreamAlias("MenuId") |
|
|
|
private Long menuId; |
|
|
|
|
|
|
|
@XStreamAlias("MsgId") |
|
|
|
private Long msgId; |
|
|
|
|
|
|
@@ -685,6 +688,14 @@ public class WxMpXmlMessage implements Serializable { |
|
|
|
this.sendLocationInfo = sendLocationInfo; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getMenuId() { |
|
|
|
return this.menuId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setMenuId(Long menuId) { |
|
|
|
this.menuId = menuId; |
|
|
|
} |
|
|
|
|
|
|
|
public String getKfAccount() { |
|
|
|
return this.kfAccount; |
|
|
|
} |
|
|
|