소스 검색

推荐图片

wzq 5 년 전
부모
커밋
b059351307
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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}',
 ];