mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🐛 修复 context 未使用 bug
This commit is contained in:
parent
212c461acd
commit
2f5e8b988c
@ -265,7 +265,7 @@ public class WxCpTpMessageRouter {
|
|||||||
* @return the wx cp xml out message
|
* @return the wx cp xml out message
|
||||||
*/
|
*/
|
||||||
public WxCpXmlOutMessage route(final WxCpTpXmlMessage wxMessage, final Map<String, Object> context) {
|
public WxCpXmlOutMessage route(final WxCpTpXmlMessage wxMessage, final Map<String, Object> context) {
|
||||||
return this.route(null, wxMessage, new HashMap<>(2));
|
return this.route(null, wxMessage, context);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user