新增微信模块
This commit is contained in:
11
catch/wechat/route.php
Normal file
11
catch/wechat/route.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @filename route.php
|
||||
* @date 2020/6/7
|
||||
* @project https://github.com/yanwenwu/catch-admin
|
||||
* @document http://doc.catchadmin.com
|
||||
* @author JaguarJack <njphper@gmail.com>
|
||||
* @copyright By CatchAdmin
|
||||
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
|
||||
*/
|
||||
$router->resource('official/users', '\catchAdmin\wechat\controller\Users');
|
Reference in New Issue
Block a user