mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	Merge pull request #85 from johnnytung/develop
修正WxMpXmlMessage中,设备id的XStreamAlias为DeviceID
This commit is contained in:
		| @ -277,7 +277,7 @@ public class WxMpXmlMessage implements Serializable { | |||||||
|   /** |   /** | ||||||
|    * 设备ID,第三方提供 |    * 设备ID,第三方提供 | ||||||
|    */ |    */ | ||||||
|   @XStreamAlias("DeviceId") |   @XStreamAlias("DeviceID") | ||||||
|   @XStreamConverter(value = XStreamCDataConverter.class) |   @XStreamConverter(value = XStreamCDataConverter.class) | ||||||
|   private String deviceId; |   private String deviceId; | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang