mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-03 20:27:46 +08:00
🎨 修改小程序路由route方法为public,方便自定义context
This commit is contained in:
parent
52471fce89
commit
ab26565377
@ -107,7 +107,7 @@ public class WxMaMessageRouter {
|
||||
/**
|
||||
* 处理微信消息.
|
||||
*/
|
||||
private WxMaXmlOutMessage route(final WxMaMessage wxMessage, final Map<String, Object> context) {
|
||||
public WxMaXmlOutMessage route(final WxMaMessage wxMessage, final Map<String, Object> context) {
|
||||
if (isMsgDuplicated(wxMessage)) {
|
||||
// 如果是重复消息,那么就不做处理
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user