Ethan 6 жил өмнө
parent
commit
a7749182a0

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

@@ -176,7 +176,7 @@ class Events
                     break;
                 // 客服关闭会话.
                 case 'kfCloseUser':
-                    self::serverClose($message['data']['conversationId'], 3);
+                    self::serverClose($message['data']['conversationId'], $message['data']['type']);
                     break;
                 // 客服更改状态.
                 case 'kfOnline':