|
@@ -33,17 +33,17 @@ class IndexController extends webApp
|
|
|
'app_name' => ConfigService::make()->getConfigByCode('app_name'),
|
|
'app_name' => ConfigService::make()->getConfigByCode('app_name'),
|
|
|
'app_logo' => get_image_url(ConfigService::make()->getConfigByCode('app_logo')),
|
|
'app_logo' => get_image_url(ConfigService::make()->getConfigByCode('app_logo')),
|
|
|
'app_version' => ConfigService::make()->getConfigByCode('app_version'),
|
|
'app_version' => ConfigService::make()->getConfigByCode('app_version'),
|
|
|
- 'withdraw_balance_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_balance_desc', '')),
|
|
|
|
|
- 'withdraw_property_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_property_desc', '')),
|
|
|
|
|
|
|
+ 'withdraw_1_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_1_desc', '')),
|
|
|
|
|
+ 'withdraw_2_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_2_desc', '')),
|
|
|
'goods_disclaimer' => format_content(ConfigService::make()->getConfigByCode('goods_disclaimer', '')),
|
|
'goods_disclaimer' => format_content(ConfigService::make()->getConfigByCode('goods_disclaimer', '')),
|
|
|
'wxpay_open' => ConfigService::make()->getConfigByCode('wxpay_open', 0),
|
|
'wxpay_open' => ConfigService::make()->getConfigByCode('wxpay_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),
|
|
|
|
|
- 'withdraw_property_open' => ConfigService::make()->getConfigByCode('withdraw_property_open', 0),
|
|
|
|
|
- 'withdraw_property_fee' => ConfigService::make()->getConfigByCode('withdraw_property_fee', 0),
|
|
|
|
|
- 'property_withdraw_rate' => ConfigService::make()->getConfigByCode('property_withdraw_rate', 0),
|
|
|
|
|
- 'transfer_bd_score_open' => ConfigService::make()->getConfigByCode('transfer_bd_score_open', 0),
|
|
|
|
|
|
|
+ 'withdraw_1_open' => ConfigService::make()->getConfigByCode('withdraw_1_open', 0),
|
|
|
|
|
+ 'withdraw_1_min' => ConfigService::make()->getConfigByCode('withdraw_1_min', 0),
|
|
|
|
|
+ 'withdraw_1_fee' => ConfigService::make()->getConfigByCode('withdraw_1_fee', 0),
|
|
|
|
|
+ 'withdraw_2_open' => ConfigService::make()->getConfigByCode('withdraw_2_open', 0),
|
|
|
|
|
+ 'withdraw_2_fee' => ConfigService::make()->getConfigByCode('withdraw_2_fee', 0),
|
|
|
|
|
+ 'withdraw_2_rate' => ConfigService::make()->getConfigByCode('withdraw_2_rate', 0),
|
|
|
|
|
+ 'transfer_3_open' => ConfigService::make()->getConfigByCode('transfer_3_open', 0),
|
|
|
'notices' => NoticeService::make()->getRecommandList(),
|
|
'notices' => NoticeService::make()->getRecommandList(),
|
|
|
];
|
|
];
|
|
|
RedisService::set($cacheKey, $config, 3600);
|
|
RedisService::set($cacheKey, $config, 3600);
|