|
|
@@ -42,7 +42,7 @@ class IndexController extends webApp
|
|
|
'withdraw_open' => ConfigService::make()->getConfigByCode('withdraw_open', 1),
|
|
|
'withdraw_min' => ConfigService::make()->getConfigByCode('withdraw_min', 0),
|
|
|
'withdraw_fee' => ConfigService::make()->getConfigByCode('withdraw_fee', 0),
|
|
|
- 'imchat_url' => ConfigService::make()->getConfigByCode('imchat_url', ''),
|
|
|
+ 'kfUrl' => ConfigService::make()->getConfigByCode('wechat_kf_url', ''),
|
|
|
'img_compress'=> ConfigService::make()->getConfigByCode('preview_img_compress', ''),
|
|
|
'notices' => [
|
|
|
['id' => 1, 'title' => '平台上线', 'url' => ''],
|