Browse Source

直播排行榜

lizhen_gitee 3 years ago
parent
commit
24bf7b9e87
1 changed files with 1 additions and 1 deletions
  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);
     }