wesmiler 2 mēneši atpakaļ
vecāks
revīzija
c796c07cdc
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      app/Http/Controllers/Api/v1/IndexController.php

+ 2 - 2
app/Http/Controllers/Api/v1/IndexController.php

@@ -32,8 +32,8 @@ class IndexController extends webApp
                     'app_name' => ConfigService::make()->getConfigByCode('app_name'),
                     'app_logo' => get_image_url(ConfigService::make()->getConfigByCode('app_logo')),
                     'app_version' => ConfigService::make()->getConfigByCode('app_version'),
-                    'app_android_url' => ConfigService::make()->getConfigByCode('app_android_url'),
-                    'alipay_open' => ConfigService::make()->getConfigByCode('alipay_open', 0),
+                    'bonus_desc' => format_content(ConfigService::make()->getConfigByCode('bonus_desc', '')),
+                    '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),
                     'withdraw_open' => ConfigService::make()->getConfigByCode('withdraw_open', 0),