新增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
{
}

13
catch/wechat/module.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "",
"alias": "wechat",
"description": "",
"keywords": [],
"order": 0,
"services": [
""
],
"aliases": {},
"files": [],
"requires": []
}

5
catch/wechat/route.php Normal file
View File

@ -0,0 +1,5 @@
<?php
// you should user `$router`
// $router->get('index', 'controller@method');