wesmiler 2 月之前
父节点
当前提交
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),