mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	issue #99 Wx*MessageRouter.isDuplicateMessage方法逻辑错误
This commit is contained in:
		| @ -203,7 +203,8 @@ public class WxMpMessageRouter { | ||||
|     if (wxMessage.getMsgId() == null) { | ||||
|       messageId = String.valueOf(wxMessage.getCreateTime()) | ||||
|           + "-" + wxMessage.getFromUserName() | ||||
|           + "-" + String.valueOf(wxMessage.getEventKey() == null ? "" : wxMessage.getEventKey()); | ||||
|           + "-" + String.valueOf(wxMessage.getEventKey() == null ? "" : wxMessage.getEventKey()) | ||||
|           + "-" + String.valueOf(wxMessage.getEvent() == null ? "" : wxMessage.getEvent()) | ||||
|       ; | ||||
|     } else { | ||||
|       messageId = String.valueOf(wxMessage.getMsgId()); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Qian
					Daniel Qian