|
|
@@ -22,6 +22,7 @@ use App\IpLocation;
|
|
|
use App\Models\AccountsInfo;
|
|
|
use App\Models\SystemStatusInfo;
|
|
|
use App\Services\ApkService;
|
|
|
+use App\Services\VipService;
|
|
|
use App\Util;
|
|
|
use Illuminate\Http\Request;
|
|
|
use Illuminate\Support\Facades\DB;
|
|
|
@@ -172,6 +173,7 @@ class WebRouteController extends Controller
|
|
|
'getStateToWhereRaw' =>RouteService::getStateToWhereRaw($request),
|
|
|
|
|
|
'serviceLink' => $chat?$chat->StatusString:'',
|
|
|
+ 'vipConfig' => VipService::getVipLevelConfig(),
|
|
|
|
|
|
'popWheel'=>0,
|
|
|
'firstBonus'=>$firstBonus,
|