From 93c1c1185305ba8316366bfc9047ce3d64b986ec Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 20 Jun 2020 08:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=9D=97json?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/wechat/module.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/catch/wechat/module.json b/catch/wechat/module.json index e5d44e9..4558af5 100644 --- a/catch/wechat/module.json +++ b/catch/wechat/module.json @@ -1,11 +1,13 @@ { - "name": "系统管理", - "alias": "system", - "description": "", - "keywords": [], + "name": "微信管理", + "alias": "wechat", + "description": "catchadmin 微信管理模块", + "keywords": [ + "wechat", "module" + ], "order": 2, - "services": [], - "aliases": {}, + "services": ["\\catchAdmin\\wechat\\CatchWechatService"], + "aliases": "wechat", "files": [], "requires": [] } \ No newline at end of file