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