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']);