vali 6 năm trước cách đây
mục cha
commit
6145fca65a

+ 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;
         }