修改登陆事件
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
}
|
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "",
|
||||
"alias": "wechat",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"order": 0,
|
||||
"services": [
|
||||
""
|
||||
],
|
||||
"aliases": {},
|
||||
"files": [],
|
||||
"requires": []
|
||||
}
|
@@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
// you should user `$router`
|
||||
// $router->get('index', 'controller@method');
|
||||
|
Reference in New Issue
Block a user