Update WxMpMessageRouter.java

fix
This commit is contained in:
007gzs 2017-12-04 17:58:31 +08:00 committed by GitHub
parent 9516193e4b
commit e659ca0961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
/**
* 处理微信消息