mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🐛 #3557 【企业微信】修复agentId数据类型不一致导致的WxCpTpMessageRouterRule.test()方法匹配失败的问题
This commit is contained in:
@@ -403,7 +403,7 @@ public class WxCpTpXmlMessage implements Serializable {
|
||||
* The Agent id.
|
||||
*/
|
||||
@XStreamAlias("AgentID")
|
||||
protected String agentID;
|
||||
protected Integer agentID;
|
||||
|
||||
/**
|
||||
* The Pic url.
|
||||
|
||||
Reference in New Issue
Block a user