|
|
@@ -51,6 +51,7 @@ class IndexController extends webApp
|
|
|
'pay_recharge_open' => ConfigService::make()->getConfigByCode('pay_recharge_open', 0),
|
|
|
'hide_social_menu' => ConfigService::make()->getConfigByCode('hide_social_menu', 0),
|
|
|
'social_open' => $socialOpen,
|
|
|
+ 'h5_url' => ConfigService::make()->getConfigByCode('h5_url', env('WEB_URL')),
|
|
|
'withdraw_open' => ConfigService::make()->getConfigByCode('withdraw_open', 0),
|
|
|
'withdraw_min' => ConfigService::make()->getConfigByCode('withdraw_min', 0),
|
|
|
'withdraw_fee' => ConfigService::make()->getConfigByCode('withdraw_fee', 0),
|