wesmiler 1 周之前
父节点
当前提交
08b22a2a3f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Http/Controllers/Api/v1/IndexController.php

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

@@ -81,6 +81,7 @@ class IndexController extends webApp
                 'config'=>[
                     'short_name' => ConfigService::make()->getConfigByCode('short_name'),
                     'index_logo' => get_image_url(ConfigService::make()->getConfigByCode('index_logo')),
+                    'shop_tips' => get_image_url(ConfigService::make()->getConfigByCode('shop_tips')),
                 ]
             ];