This commit is contained in:
张松
2025-11-28 16:17:48 +08:00
parent 717db4065c
commit 07d5f0394c

View File

@@ -204,6 +204,7 @@ class Events
Log::info('绑定');
Gateway::joinGroup($client_id, $shopGroup);
Log::info('绑定连接数'. Gateway::getClientIdCountByGroup($shopGroup));
// 绑定shopid推送商品更新信息
Gateway::joinGroup($client_id, 'product_update' . $message['shop_id']);
}