mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	🐛 #1982 【企业微信】第三方应用WxCpTpXmlMessage类中order字段注解错误问题修复
This commit is contained in:
		| @ -121,7 +121,7 @@ public class WxCpTpXmlMessage implements Serializable { | ||||
|   protected String parentId; | ||||
|  | ||||
|   @XStreamAlias("Order") | ||||
|   @XStreamConverter(value = XStreamCDataConverter.class) | ||||
|   @XStreamConverter(value = IntConverter.class) | ||||
|   protected Integer order; | ||||
|  | ||||
|   @XStreamAlias("TagId") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang