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 @@ +