Skip to content

Commit

Permalink
🐛 #2090 【企业微信】修复WxCpTpXmlMessage中的AgentID解析空值报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed May 31, 2021
1 parent 8f73c40 commit c9fad31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9fad31

Please sign in to comment.