catchAdmin/catch/wechat/module.json
2020-06-20 08:49:44 +08:00

13 lines
273 B
JSON

{
"name": "微信管理",
"alias": "wechat",
"description": "catchadmin 微信管理模块",
"keywords": [
"wechat", "module"
],
"order": 2,
"services": ["\\catchAdmin\\wechat\\CatchWechatService"],
"aliases": "wechat",
"files": [],
"requires": []
}