修改登陆事件

This commit is contained in:
JaguarJack
2020-04-28 16:34:17 +08:00
parent 760ad2a51b
commit 435e1b6399
17 changed files with 954 additions and 37 deletions

View File

@@ -1,18 +0,0 @@
<?php
/**
* @filename Reply.php
* @createdAt 2020/2/13
* @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
*/
namespace catchAdmin\wechat\controller;
use catcher\base\CatchController;
class Reply extends CatchController
{
}