From a3a30a569eecb927ab3a6e9c9caf0e591c107630 Mon Sep 17 00:00:00 2001 From: u2nyakim Date: Fri, 29 Aug 2025 17:51:02 +0800 Subject: [PATCH] =?UTF-8?q?up.=20=E6=B7=BB=E5=8A=A0gateway=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/admin/SysGateway.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/command/admin/SysGateway.php b/app/command/admin/SysGateway.php index b0ce29c..5d442de 100644 --- a/app/command/admin/SysGateway.php +++ b/app/command/admin/SysGateway.php @@ -9,6 +9,7 @@ use think\console\input\Argument; use think\console\input\Option; use think\console\Output; use \GatewayWorker\BusinessWorker; +use Workerman\Worker; class SysGateway extends Command {