新增wechat
This commit is contained in:
parent
98f2e4bc31
commit
c4bdcd4152
@ -8,3 +8,11 @@
|
|||||||
* @copyright By CatchAdmin
|
* @copyright By CatchAdmin
|
||||||
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
|
* @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
13
catch/wechat/module.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"alias": "wechat",
|
||||||
|
"description": "",
|
||||||
|
"keywords": [],
|
||||||
|
"order": 0,
|
||||||
|
"services": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"aliases": {},
|
||||||
|
"files": [],
|
||||||
|
"requires": []
|
||||||
|
}
|
5
catch/wechat/route.php
Normal file
5
catch/wechat/route.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// you should user `$router`
|
||||||
|
// $router->get('index', 'controller@method');
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user