diff --git a/app/Http/Controllers/APIs/V2/BootstrappersController.php b/app/Http/Controllers/APIs/V2/BootstrappersController.php index 051044f2a..5da372c15 100644 --- a/app/Http/Controllers/APIs/V2/BootstrappersController.php +++ b/app/Http/Controllers/APIs/V2/BootstrappersController.php @@ -66,7 +66,7 @@ public function show(BootstrapAPIsEventer $events, AdvertisingSpace $space, Gold $bootstrappers['wallet:recharge'] = ['open' => config('wallet.recharge.status', true)]; $bootstrappers['wallet:transform'] = ['open' => config('wallet.transform.status', true)]; - $bootstrapper['currency'] = [ + $bootstrappers['currency'] = [ 'IAP_only' => config('currency.recharge.IAP.only', true), 'cash' => setting('currency', 'cash', [ 'rule' => '我是提现规则',