From f51393f4f55f2fef477617cf00dd2e214ffd450a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Fri, 28 Nov 2025 16:19:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/webman/gateway/Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index f6f4e55..b0501e9 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -204,7 +204,7 @@ class Events Log::info('绑定'); Gateway::joinGroup($client_id, $shopGroup); - Log::info('绑定连接数'. Gateway::getClientIdCountByGroup($shopGroup)); + Log::info('绑定连接数'. json_encode(Gateway::getClientSessionsByGroup($shopGroup))); // 绑定shopid推送商品更新信息 Gateway::joinGroup($client_id, 'product_update' . $message['shop_id']); }