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