调整架构,新增微信模块服务

This commit is contained in:
JaguarJack
2020-06-24 09:10:24 +08:00
parent 0e7453a6fe
commit 2d95212973
6 changed files with 109 additions and 16 deletions

View File

@@ -23,5 +23,7 @@ $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');
})->middleware('auth');