wesmiler 2 år sedan
förälder
incheckning
cdb94306aa
1 ändrade filer med 1 tillägg och 0 borttagningar
  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,
                 ];