新增wechat

This commit is contained in:
wuyanwen
2020-02-15 18:05:13 +08:00
parent 98f2e4bc31
commit c4bdcd4152
3 changed files with 26 additions and 0 deletions

View File

@@ -8,3 +8,11 @@
* @copyright By CatchAdmin
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
*/
namespace catchAdmin\wechat\controller;
use catcher\base\CatchController;
class Reply extends CatchController
{
}