wesmiler il y a 2 mois
Parent
commit
be58197620
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Http/Controllers/Api/v1/IndexController.php

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

@@ -36,7 +36,7 @@ class IndexController extends webApp
                 $config = [
                     'app_name' => ConfigService::make()->getConfigByCode('app_name'),
                     'app_logo' => get_image_url(ConfigService::make()->getConfigByCode('app_logo')),
-                    'wechat_appid' => ConfigService::make()->getConfigByCode('wechat_appid'),
+                    'wechat_appid' => ConfigService::make()->getConfigByCode('wechat_appid',''),
                     'app_version' => ConfigService::make()->getConfigByCode('app_version'),
                     'app_android_url' => ConfigService::make()->getConfigByCode('app_android_url',''),
                     'wechat_kf_url' => ConfigService::make()->getConfigByCode('wechat_kf_url',''),