新增微信发布

This commit is contained in:
JaguarJack
2020-06-06 22:37:36 +08:00
parent 333d0be409
commit e9c8940730
3 changed files with 132 additions and 100 deletions

View File

@@ -1,6 +1,7 @@
<?php
namespace catcher;
use catcher\command\publish\WechatCommand;
use catcher\command\Tools\BackupCommand;
use catcher\command\Tools\CompressPackageCommand;
use catcher\command\CreateModuleCommand;
@@ -68,6 +69,7 @@ class CatchAdminService extends Service
WsWorkerCommand::class,
ExportDataCommand::class,
MakeMenuCommand::class,
WechatCommand::class
]);
}
/**