|
@@ -164,6 +164,9 @@ class WebRouteController extends Controller
|
|
|
if(env('CONFIG_24680_NFTD_99',0)==0)if($config->Channel==99)$firstBonus=0;
|
|
if(env('CONFIG_24680_NFTD_99',0)==0)if($config->Channel==99)$firstBonus=0;
|
|
|
|
|
|
|
|
$registerBonus = SystemStatusInfo::OnlyGetCacheValue('GrantScoreCountNew') ?? 1000;
|
|
$registerBonus = SystemStatusInfo::OnlyGetCacheValue('GrantScoreCountNew') ?? 1000;
|
|
|
|
|
+ $chat = DB::connection('write')->table('QPAccountsDB.dbo.SystemStatusInfo')
|
|
|
|
|
+ ->where('StatusName', 'Telegram')
|
|
|
|
|
+ ->first();
|
|
|
|
|
|
|
|
$recommendGame = '/game/931';
|
|
$recommendGame = '/game/931';
|
|
|
|
|
|
|
@@ -183,6 +186,8 @@ class WebRouteController extends Controller
|
|
|
|
|
|
|
|
'getStateToWhereRaw' =>RouteService::getStateToWhereRaw($request),
|
|
'getStateToWhereRaw' =>RouteService::getStateToWhereRaw($request),
|
|
|
|
|
|
|
|
|
|
+ 'serviceLink' => $chat?$chat->StatusString:'',
|
|
|
|
|
+
|
|
|
'popWheel'=>0,
|
|
'popWheel'=>0,
|
|
|
'firstBonus'=>$firstBonus,
|
|
'firstBonus'=>$firstBonus,
|
|
|
'popFirst'=>$firstBonus,
|
|
'popFirst'=>$firstBonus,
|