mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 21:27:47 +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;
|
||||
|
||||
@XStreamAlias("AgentID")
|
||||
protected Integer agentID;
|
||||
protected String agentID;
|
||||
|
||||
@XStreamAlias("PicUrl")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
|
Loading…
Reference in New Issue
Block a user