mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-14 10:15:08 +08:00
Update WxMpMessageRouter.java
fix
This commit is contained in:
@@ -130,7 +130,7 @@ public class WxMpMessageRouter {
|
||||
* 处理微信消息
|
||||
*/
|
||||
public WxMpXmlOutMessage route(final WxMpXmlMessage wxMessage, final Map<String, Object> context) {
|
||||
return route(wxMessage, context);
|
||||
return route(wxMessage, context, null);
|
||||
}
|
||||
/**
|
||||
* 处理微信消息
|
||||
|
Reference in New Issue
Block a user