wesmiler 5 месяцев назад
Родитель
Сommit
30e9bf373b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Controllers/Api/v1/IndexController.php

+ 1 - 0
app/Http/Controllers/Api/v1/IndexController.php

@@ -121,6 +121,7 @@ class IndexController extends webApp
             } else {
                 $data['notices'] = NoticeService::make()->getRecommandList();
                 $data['social_open'] = ConfigService::make()->getConfigByCode('social_open', 0);
+                $data['pay_recharge_open'] = ConfigService::make()->getConfigByCode('pay_recharge_open', 0);
             }
 
             return showJson(1010, true, $data);