mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-17 21:56:28 +08:00
🎨 #2705 【小程序】异步安全校验事件中消息重复判断代码修复
This commit is contained in:
@@ -183,6 +183,10 @@ public class WxMaMessageRouter {
|
||||
messageId.append("-").append(wxMessage.getToUser());
|
||||
}
|
||||
|
||||
if (StringUtils.isNotEmpty(wxMessage.getTraceId())) {
|
||||
messageId.append("-").append(wxMessage.getTraceId());
|
||||
}
|
||||
|
||||
return this.messageDuplicateChecker.isDuplicate(messageId.toString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user