1
0
mirror of synced 2025-12-25 12:08:00 +08:00

🐛 #3557 【企业微信】修复agentId数据类型不一致导致的WxCpTpMessageRouterRule.test()方法匹配失败的问题

This commit is contained in:
giveup
2025-04-21 10:00:39 +08:00
committed by GitHub
parent 6a4ed91ae2
commit ddfbee25e1
2 changed files with 2 additions and 2 deletions

View File

@@ -403,7 +403,7 @@ public class WxCpTpXmlMessage implements Serializable {
* The Agent id.
*/
@XStreamAlias("AgentID")
protected String agentID;
protected Integer agentID;
/**
* The Pic url.