vali 6 роки тому
батько
коміт
efc9f43113

+ 1 - 1
vendor/GatewayWorker_linux/GatewayWorker/Applications/whisper/Events.php

@@ -240,8 +240,8 @@ class Events
     //客服主动关闭
     public static function kfzdclose($client_id, $datas)
     {
-        Gateway::closeClient($client_id);
         $_SESSION['kfzdclose'] = 1;
+        Gateway::closeClient($client_id);
         return;
     }
 

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

@@ -240,8 +240,8 @@ class Events
     //客服主动关闭
     public static function kfzdclose($client_id, $datas)
     {
-        Gateway::closeClient($client_id);
         $_SESSION['kfzdclose'] = 1;
+        Gateway::closeClient($client_id);
         return;
     }