Skip to content

Commit

Permalink
#809 WxMpXmlMessage增加unionId
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Oct 28, 2018
1 parent 3b6b34d commit 732a38b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

///////////////////////////////////////
// 群发消息返回的结果
///////////////////////////////////////
Expand Down

0 comments on commit 732a38b

Please sign in to comment.