From 59774e79587e72b01b4ef9a93be5040da39d862f Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Fri, 26 Jun 2020 22:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=AE=E4=BF=A1=E8=AE=A4?= =?UTF-8?q?=E8=AF=81url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/wechat/route.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/catch/wechat/route.php b/catch/wechat/route.php index c4afb8e..00b252f 100644 --- a/catch/wechat/route.php +++ b/catch/wechat/route.php @@ -23,8 +23,6 @@ $router->group('wechat', function () use ($router){ $router->resource('', '\catchAdmin\wechat\controller\Tags'); $router->get('sync', '\catchAdmin\wechat\controller\Tags@sync'); }); - // 消息 - $router->rule('message', '\catchAdmin\wechat\controller\Message@done', 'GET|POST'); // 微信菜单 $router->group('official/menus', function () use ($router){ $router->resource('', '\catchAdmin\wechat\controller\Menus'); @@ -32,3 +30,6 @@ $router->group('wechat', function () use ($router){ }); })->middleware('auth'); +// 消息 +$router->rule('wechat', '\catchAdmin\wechat\controller\Message@done', 'GET|POST'); +