mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🐛 #2090 【企业微信】修复WxCpTpXmlMessage中的AgentID解析空值报错问题
This commit is contained in:
@@ -205,7 +205,7 @@ public class WxCpTpXmlMessage implements Serializable {
|
||||
protected String msgId;
|
||||
|
||||
@XStreamAlias("AgentID")
|
||||
protected Integer agentID;
|
||||
protected String agentID;
|
||||
|
||||
@XStreamAlias("PicUrl")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
|
||||
Reference in New Issue
Block a user