wesmiler 3 mesi fa
parent
commit
8a94f339df
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/Http/Controllers/Api/v1/IndexController.php

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

@@ -35,6 +35,7 @@ class IndexController extends webApp
                     'alipay_open' => ConfigService::make()->getConfigByCode('alipay_open', 0),
                     'agent_apply_desc' => format_content(ConfigService::make()->getConfigByCode('agent_apply_desc', '')),
                     'withdraw_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_desc', '')),
+                    'recharge_desc' => format_content(ConfigService::make()->getConfigByCode('recharge_desc', '')),
                     'wxpay_open' => ConfigService::make()->getConfigByCode('wxpay_open', 0),
                     'withdraw_open' => ConfigService::make()->getConfigByCode('withdraw_open', 0),
                     'withdraw_min' => ConfigService::make()->getConfigByCode('withdraw_min', 0),