Browse Source

'修改评价回复'

Ethan 6 years ago
parent
commit
09dfc9726b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

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

@@ -1436,7 +1436,7 @@ class Events
                 'time' => date('H:i'),
                 'time' => date('H:i'),
             ]
             ]
         ];
         ];
-        Gateway::sendToClient($message['client_id'], json_encode($chat_message, 256));
+        Gateway::sendToCurrentClient(json_encode($chat_message, 256));
     }
     }