林琦海 il y a 5 ans
Parent
commit
d5fd4abe8a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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);
                 // $online = Gateway::isUidOnline($adminId);
                 Gateway::sendToUid($adminId, json_encode($data));
                 Gateway::sendToUid($adminId, json_encode($data));
+                $client = Gateway::getClientIdByUid($adminId);
                 Yii::info("getClientIdByUid res :".json_encode($client));
                 Yii::info("getClientIdByUid res :".json_encode($client));
 
 
             }catch (\Exception $exception){
             }catch (\Exception $exception){