|
|
@@ -36,6 +36,7 @@ class IndexController extends webApp
|
|
|
'auth_desc' => format_content(ConfigService::make()->getConfigByCode('auth_desc', '')),
|
|
|
'withdraw_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_desc', '')),
|
|
|
'wxpay_open' => ConfigService::make()->getConfigByCode('wxpay_open', 0),
|
|
|
+ 'bank_limit_num' => ConfigService::make()->getConfigByCode('bank_limit_num', 5),
|
|
|
'withdraw_open' => ConfigService::make()->getConfigByCode('withdraw_open', 0),
|
|
|
'withdraw_min' => ConfigService::make()->getConfigByCode('withdraw_min', 0),
|
|
|
'withdraw_fee' => ConfigService::make()->getConfigByCode('withdraw_fee', 0),
|