vali 6 년 전
부모
커밋
fc253171cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

+ 1 - 1
vendor/GatewayWorker_windows/Applications/whisper/Events.php

@@ -245,7 +245,7 @@ class Events
         }
 
         $client_kfid = $kfdatas['client_id'];
-        Gateway::sendToClient($client_kfid, (json_encode(['message_type' => 'reLoginErr', 'msg' => '客户状态改变,本次下线'], 256)));
+        Gateway::sendToClient($client_kfid, (json_encode(['message_type' => 'reLoginErr', 'msg' => '此账号被禁用,请联系管理员!'], 256)));
         Gateway::closeClient($client_kfid);
         return true;
     }