wesmiler hai 5 meses
pai
achega
30e9bf373b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);