update:微信回复

This commit is contained in:
JaguarJack
2020-09-13 10:05:22 +08:00
parent 5fd218d26a
commit 0da4627217
3 changed files with 67 additions and 3 deletions

View File

@@ -34,9 +34,7 @@ $router->group('wechat', function () use ($router){
});
// 微信回复管理
$router->group('official/reply', function () use ($router){
$router->get('', '\catchAdmin\wechat\controller\Reply@index');
$router->post('', '\catchAdmin\wechat\controller\Reply@save');
$router->delete('<id>', '\catchAdmin\wechat\controller\Reply@delete');
$router->resource('', '\catchAdmin\wechat\controller\Reply');
$router->put('enable/<id>', '\catchAdmin\wechat\controller\Reply@disOrEnable');
});
// 微信上传