Skip to content

Commit c9fad31

Browse files
committed
🐛 binarywang#2090 【企业微信】修复WxCpTpXmlMessage中的AgentID解析空值报错问题
1 parent 8f73c40 commit c9fad31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/message/WxCpTpXmlMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public class WxCpTpXmlMessage implements Serializable {
205205
protected String msgId;
206206

207207
@XStreamAlias("AgentID")
208-
protected Integer agentID;
208+
protected String agentID;
209209

210210
@XStreamAlias("PicUrl")
211211
@XStreamConverter(value = XStreamCDataConverter.class)

0 commit comments

Comments
 (0)