mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 10:08:16 +08:00
Update WxMpMessageRouter.java
fix
This commit is contained in:
parent
9516193e4b
commit
e659ca0961
@ -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);
|
||||
}
|
||||
/**
|
||||
* 处理微信消息
|
||||
|
Loading…
Reference in New Issue
Block a user