🐛 #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