File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,10 @@ public class WxMpXmlMessage implements Serializable {
157
157
@ XStreamConverter (value =XStreamCDataConverter .class )
158
158
private String cardId ;
159
159
160
+ @ XStreamAlias ("FriendUserName" )
161
+ @ XStreamConverter (value =XStreamCDataConverter .class )
162
+ private String friendUserName ;
163
+
160
164
@ XStreamAlias ("IsGiveByFriend" )
161
165
private Integer isGiveByFriend ; // 是否为转赠,1代表是,0代表否
162
166
@@ -485,6 +489,14 @@ public void setCardId(String cardId) {
485
489
this .cardId = cardId ;
486
490
}
487
491
492
+ public String getFriendUserName () {
493
+ return friendUserName ;
494
+ }
495
+
496
+ public void setFriendUserName (String friendUserName ) {
497
+ this .friendUserName = friendUserName ;
498
+ }
499
+
488
500
public Integer getIsGiveByFriend () {
489
501
return isGiveByFriend ;
490
502
}
You can’t perform that action at this time.
0 commit comments