wesmiler 5 dni temu
rodzic
commit
a26feb3f2f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Http/Controllers/Api/v1/IndexController.php

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

@@ -42,6 +42,7 @@ class IndexController extends webApp
                     'bank_desc' => format_content(ConfigService::make()->getConfigByCode('bank_desc', '')),
                     'withdraw_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_desc', '')),
                     'goods_disclaimer' => format_content(ConfigService::make()->getConfigByCode('goods_disclaimer', '')),
+                    'social_open' => ConfigService::make()->getConfigByCode('social_open', 0),
                     'wxpay_open' => ConfigService::make()->getConfigByCode('wxpay_open', 0),
                     'bank_limit_num' => ConfigService::make()->getConfigByCode('bank_limit_num', 5),
                     'withdraw_open' => ConfigService::make()->getConfigByCode('withdraw_open', 0),