微信回复功能

This commit is contained in:
JaguarJack
2020-06-29 19:51:44 +08:00
parent 09c409fc76
commit 08fb8b3397
5 changed files with 161 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ $router->group('wechat', function () use ($router){
$router->group('official/graphic', function () use ($router){
$router->resource('', '\catchAdmin\wechat\controller\Graphic');
});
// 微信回复管理
$router->group('official/reply', function () use ($router){
$router->resource('', '\catchAdmin\wechat\controller\Reply');
});
})->middleware('auth');
// 消息