From 843239968cd14d4cccc745f3859bb9941bbe26e5 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 15:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6reload=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/webman/gateway/Events.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index 9a4dc73..742ef36 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -14,6 +14,8 @@ use extend\workermans\model\Pad; use extend\workermans\model\RedisInit; use extend\workermans\model\Shopping; use support\think\Db; +use support\Log; + class Events { @@ -199,6 +201,8 @@ class Events } // 店铺组 $shopGroup = Base::get_shopping_save_uid($message['shop_id'], 'all'); + + Log::info('绑定'); Gateway::joinGroup($client_id, $shopGroup); // 绑定shopid推送商品更新信息 Gateway::joinGroup($client_id, 'product_update' . $message['shop_id']);