wesmiler 5 ヶ月 前
コミット
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);