allen 3 년 전
부모
커밋
a03a26463a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/index/controller/Index.php

+ 1 - 1
app/index/controller/Index.php

@@ -495,7 +495,7 @@ class Index extends Controller
         $gifts = Db::table('awards_gift')->where('type', 1)->select();
         $logCount = Db::table('awards_user_task_log')->distinct('uid')->count('id');
 
-        $limit = 2;
+        $limit = 5000;
         $userRate = rand(0, $limit);
         $giftId = 0;
         foreach ($gifts as $gift) {