瀏覽代碼

直播排行榜

lizhen_gitee 3 年之前
父節點
當前提交
24bf7b9e87
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
     }