Skip to content

Commit

Permalink
fix(核心): 修复启动接口未返回积分配置相关内容
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 29, 2018
1 parent 3f8eab3 commit 0b69d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/APIs/V2/BootstrappersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '我是提现规则',
Expand Down

0 comments on commit 0b69d9a

Please sign in to comment.