Parcourir la source

直播排行榜

lizhen_gitee il y a 3 ans
Parent
commit
24bf7b9e87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/index/controller/Test.php

+ 1 - 1
application/index/controller/Test.php

@@ -31,7 +31,7 @@ class Test
         dump($userList);
         dump($userList2);
 
-        $heads = $redis->hGet("livebc_jewel_top3",$party_id);
+        $heads = $redis->hGet("user_jewel_top3",$party_id);
         dump($heads);
     }