catchAdmin/catch/wechat/module.json
2020-07-03 21:24:42 +08:00

18 lines
363 B
JSON

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