Browse Source

no message

Tree 2 months ago
parent
commit
c63b2d1c34
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app/Http/Controllers/Game/WebRouteController.php

+ 6 - 0
app/Http/Controllers/Game/WebRouteController.php

@@ -155,6 +155,9 @@ class WebRouteController extends Controller
         ];
         $firstBonus=1;
         if(env('CONFIG_24680_NFTD_99',0)==0)if($config->Channel==99)$firstBonus=0;
+
+        $registerBonus = SystemStatusInfo::OnlyGetCacheValue('GrantScoreCountNew') ?? 1000;
+
         $data['conf']=[
             'bb'=>$bb,
             'hall'=>env("CONFIG_24680_HALL")??GameBasicConfig::$HallServer,
@@ -164,6 +167,9 @@ class WebRouteController extends Controller
             'showInstall'=>$disablePromote?0:($inApp?1:((RouteService::isTestOrLocalSite()||$isDesktop)?0:25)),
             'guest'=>$guestOpen?1:0,
             'upgradeBonus'=>$upgradeBonus,
+
+            'registerBonus' =>$registerBonus,
+
             'popWheel'=>0,
             'firstBonus'=>$firstBonus,
             'popFirst'=>$firstBonus,