|
|
@@ -22,6 +22,7 @@ class WsService
|
|
|
//判断是否在线
|
|
|
// $online = Gateway::isUidOnline($adminId);
|
|
|
Gateway::sendToUid($adminId, json_encode($data));
|
|
|
+ $client = Gateway::getClientIdByUid($adminId);
|
|
|
Yii::info("getClientIdByUid res :".json_encode($client));
|
|
|
|
|
|
}catch (\Exception $exception){
|