wesmiler 2 years ago
parent
commit
cdb94306aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/Api/v1/IndexController.php

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

@@ -68,6 +68,7 @@ class IndexController extends webApp
                     'custom_telegram' => ConfigService::make()->getConfigByCode('custom_telegram'),
                     'custom_email' => ConfigService::make()->getConfigByCode('custom_email'),
                     'open_h5' => (int)ConfigService::make()->getConfigByCode('open_h5',0),
+                    'min_recharge' => (int)ConfigService::make()->getConfigByCode('min_recharge',0.1),
                     'xd_price' => $xdPrice,
                     'rechargeMeals'=> $meals,
                 ];