Ver código fonte

推荐图片

wzq 5 anos atrás
pai
commit
b059351307
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      app/Http/Controllers/ConfigController.php
  2. 1 0
      config/customer.tpl

+ 1 - 0
app/Http/Controllers/ConfigController.php

@@ -31,6 +31,7 @@ class ConfigController extends Controller
             'virus_app_secret' => config('customer.VIRUS_APP_SECRET'),
             'virus' => $this->getAllBehavior(),
             'find_friend_img' => config('customer.find_friend_img'),
+            'suggest_img' => config('customer.suggest_img'),
         ];
         return $this->jsonSuccess($data, '成功');
     }

+ 1 - 0
config/customer.tpl

@@ -14,4 +14,5 @@ return [
     'share_post_h5url' => '{share_post_h5url}',
     'share_post_bean' => '{share_post_bean}',
     'find_friend_img' => '{find_friend_img}',
+    'suggest_img' => '{suggest_img}',
 ];