From 49a8d0415780e78ce787685e2c5d9d654d4ba17a Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 20 Jun 2020 08:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=AE=E4=BF=A1=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/wechat/CatchWechatService.php | 20 +++++++++++++++++++ catch/wechat/command/SyncUsersCommand.php | 1 + catch/wechat/module.json | 11 ++++++++++ .../install/InstallModuleServiceCommand.php | 1 + 4 files changed, 33 insertions(+) create mode 100644 catch/wechat/CatchWechatService.php create mode 100644 catch/wechat/command/SyncUsersCommand.php create mode 100644 catch/wechat/module.json create mode 100644 extend/catcher/command/install/InstallModuleServiceCommand.php diff --git a/catch/wechat/CatchWechatService.php b/catch/wechat/CatchWechatService.php new file mode 100644 index 0000000..88c244b --- /dev/null +++ b/catch/wechat/CatchWechatService.php @@ -0,0 +1,20 @@ +commands([ + SyncUsersCommand::class, + ]); + } +} \ No newline at end of file diff --git a/catch/wechat/command/SyncUsersCommand.php b/catch/wechat/command/SyncUsersCommand.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/catch/wechat/command/SyncUsersCommand.php @@ -0,0 +1 @@ +