|
|
@@ -39,6 +39,8 @@ class IndexController extends webApp
|
|
|
'withdraw_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_desc', '')),
|
|
|
'recharge_desc' => format_content(ConfigService::make()->getConfigByCode('recharge_desc', '')),
|
|
|
'wxpay_open' => ConfigService::make()->getConfigByCode('wxpay_open', 0),
|
|
|
+ 'pay_recharge_open' => ConfigService::make()->getConfigByCode('pay_recharge_open', 0),
|
|
|
+ 'social_open' => ConfigService::make()->getConfigByCode('social_open', 0),
|
|
|
'withdraw_open' => ConfigService::make()->getConfigByCode('withdraw_open', 0),
|
|
|
'withdraw_min' => ConfigService::make()->getConfigByCode('withdraw_min', 0),
|
|
|
'withdraw_fee' => ConfigService::make()->getConfigByCode('withdraw_fee', 0),
|