🐛 #2090 【企业微信】修复WxCpTpXmlMessage中的AgentID解析空值报错问题

This commit is contained in:
Binary Wang 2021-05-31 18:04:18 +08:00
parent 8f73c409d6
commit c9fad3121c

View File

@ -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)