mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-01-24 05:42:06 +08:00
🎨 #3445 【企业微信】第三方应用开发消息处理判断重复的方法进行优化
This commit is contained in:
@@ -315,7 +315,7 @@ public class WxMpMessageRouter {
|
||||
return this.route(appid, wxMessage, new HashMap<>(2));
|
||||
}
|
||||
|
||||
private boolean isMsgDuplicated(WxMpXmlMessage wxMessage) {
|
||||
protected boolean isMsgDuplicated(WxMpXmlMessage wxMessage) {
|
||||
StringBuilder messageId = new StringBuilder();
|
||||
if (wxMessage.getMsgId() == null) {
|
||||
messageId.append(wxMessage.getCreateTime())
|
||||
|
||||
Reference in New Issue
Block a user