vali 6 years ago
parent
commit
6145fca65a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      vendor/GatewayWorker_windows/Applications/whisper/Events.php

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

@@ -230,10 +230,13 @@ class Events
     public static function tickkf($client_id, $messag)
     {
         if (!self::isAdmin($client_id)) {
-            return false;
+           // return false;
         }
         $kfuid = self::getkfuid($messag['kfuid']);
         $kfdatas = json_decode(self::$redis->hget(self::KFINFOKEY, $kfuid), true);
+
+        print_r([$messag,$kfuid,$kfdatas]);
+
         if (!$kfdatas) {
             return false;
         }