Browse Source

排行榜文案

durong 5 years ago
parent
commit
ac10a5a4ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Repositories/BeanRepository.php

+ 1 - 1
app/Repositories/BeanRepository.php

@@ -67,7 +67,7 @@ class BeanRepository
 
 
     public function rankingList($request)
     public function rankingList($request)
     {
     {
-        if ($request['type'] == 0){//排行榜赚豆达人
+        if ($request['type'] == 0){//排行榜U米达人
             $yesterday = Carbon::yesterday()->toDateString();
             $yesterday = Carbon::yesterday()->toDateString();
             $all_beans = Redis::ZREVRANGEBYSCORE('user_rainbow_bean'.$yesterday, 100000000, 0, array('WITHSCORES'=>true,'limit' => array(0, 10)));
             $all_beans = Redis::ZREVRANGEBYSCORE('user_rainbow_bean'.$yesterday, 100000000, 0, array('WITHSCORES'=>true,'limit' => array(0, 10)));
                 $new_arr = [];
                 $new_arr = [];