林琦海 5 years ago
parent
commit
d5fd4abe8a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      biz-ghs/ws/services/WsService.php

+ 1 - 0
biz-ghs/ws/services/WsService.php

@@ -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){