From 45123f1d955e53d015c5edda7c5de6602002e8d0 Mon Sep 17 00:00:00 2001 From: v Date: Fri, 29 Aug 2025 19:57:16 +0800 Subject: [PATCH] up. gateway --- app/event/AdminGatewayEvents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/event/AdminGatewayEvents.php b/app/event/AdminGatewayEvents.php index a22d86d..ac2b18f 100644 --- a/app/event/AdminGatewayEvents.php +++ b/app/event/AdminGatewayEvents.php @@ -17,7 +17,7 @@ use \GatewayWorker\Lib\Gateway; class AdminGatewayEvents { - public static function onMessage(string $client_id, string $message):void + public static function onMessage(int $client_id, string $message):void { var_dump($message); // 客户端传递的是json数据