Browse Source

Update WxMpMessageRouter.java

fix
master
007gzs 7 years ago
committed by GitHub
parent
commit
e659ca0961
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpMessageRouter.java

+ 1
- 1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpMessageRouter.java 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);
}
/**
* 处理微信消息


Loading…
Cancel
Save