This commit is contained in:
张松
2025-11-28 16:19:52 +08:00
parent 07d5f0394c
commit f51393f4f5

View File

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