测试
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user