mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 03:25:35 +08:00 
			
		
		
		
	增加卡券的FriendUserName字段
This commit is contained in:
		| @ -157,6 +157,10 @@ public class WxMpXmlMessage implements Serializable { | ||||
|   @XStreamConverter(value=XStreamCDataConverter.class) | ||||
|   private String cardId; | ||||
|  | ||||
|   @XStreamAlias("FriendUserName") | ||||
|   @XStreamConverter(value=XStreamCDataConverter.class) | ||||
|   private String friendUserName; | ||||
|  | ||||
|   @XStreamAlias("IsGiveByFriend") | ||||
|   private Integer isGiveByFriend; // 是否为转赠,1代表是,0代表否 | ||||
|  | ||||
| @ -485,6 +489,14 @@ public class WxMpXmlMessage implements Serializable { | ||||
|     this.cardId = cardId; | ||||
|   } | ||||
|  | ||||
|   public String getFriendUserName() { | ||||
|     return friendUserName; | ||||
|   } | ||||
|  | ||||
|   public void setFriendUserName(String friendUserName) { | ||||
|     this.friendUserName = friendUserName; | ||||
|   } | ||||
|  | ||||
|   public Integer getIsGiveByFriend() { | ||||
|     return isGiveByFriend; | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 YuJian
					YuJian