mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 12:47:46 +08:00
#809 WxMpXmlMessage增加unionId
This commit is contained in:
parent
3b6b34db6b
commit
732a38bf46
@ -129,6 +129,10 @@ public class WxMpXmlMessage implements Serializable {
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
private String recognition;
|
||||
|
||||
@XStreamAlias("UnionId")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
private String unionId;
|
||||
|
||||
///////////////////////////////////////
|
||||
// 群发消息返回的结果
|
||||
///////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user