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

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

@@ -51,6 +51,7 @@ class IndexController extends webApp
                     'pay_recharge_open' => ConfigService::make()->getConfigByCode('pay_recharge_open', 0),
                     'hide_social_menu' => ConfigService::make()->getConfigByCode('hide_social_menu', 0),
                     'social_open' => $socialOpen,
+                    'h5_url' => ConfigService::make()->getConfigByCode('h5_url', env('WEB_URL')),
                     'withdraw_open' => ConfigService::make()->getConfigByCode('withdraw_open', 0),
                     'withdraw_min' => ConfigService::make()->getConfigByCode('withdraw_min', 0),
                     'withdraw_fee' => ConfigService::make()->getConfigByCode('withdraw_fee', 0),