소스 검색

no message

Tree 1 일 전
부모
커밋
23b016b654
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/SuperballUpdatePoolAndStats.php
  2. 1 0
      app/Http/Controllers/Game/PayRechargeController.php

+ 1 - 1
app/Console/Commands/SuperballUpdatePoolAndStats.php

@@ -76,7 +76,7 @@ class SuperballUpdatePoolAndStats extends Command
                 } else {
                     // 01:00 以后
                     $completedInc = mt_rand(10, 20);
-                    $multipliers = [3,6,10,30];
+                    $multipliers = [8,25];
                 }
 
                 $multiplier = $multipliers[array_rand($multipliers)];

+ 1 - 0
app/Http/Controllers/Game/PayRechargeController.php

@@ -1646,6 +1646,7 @@ class PayRechargeController extends Controller
             $gear->gift_id = $moneyList[$gear->money]->gift_id;
             $gear->task_bonus = $moneyList[$gear->money]->task_bonus;
             $gear->recommend = sprintf('%.2f', $moneyList[$gear->money]->recommend);
+            $gear->gear = Util::filterGearByDevice($gear->gear,GlobalUserInfo::toWebData($user));
             $result[] = $gear;
         }