Skip to content

Commit

Permalink
🎨 修改小程序路由route方法为public,方便自定义context
Browse files Browse the repository at this point in the history
  • Loading branch information
nadirvishun authored Aug 10, 2022
1 parent 52471fc commit ab26565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public WxMaMessageRouterRule rule() {
/**
* 处理微信消息.
*/
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;
Expand Down

0 comments on commit ab26565

Please sign in to comment.