新增微信图文

This commit is contained in:
JaguarJack
2020-06-28 08:33:49 +08:00
parent 7152661210
commit 1c9e98ff2a
6 changed files with 424 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ $router->group('wechat', function () use ($router){
$router->resource('', '\catchAdmin\wechat\controller\Menus');
$router->post('sync', '\catchAdmin\wechat\controller\Menus@sync');
});
// 图文管理
$router->group('official/graphic', function () use ($router){
$router->resource('', '\catchAdmin\wechat\controller\Graphic');
});
})->middleware('auth');
// 消息