浏览代码

找朋友图片

wzq 5 年之前
父节点
当前提交
fd6330ac0d
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      app/Http/Controllers/ConfigController.php
  2. 1 0
      config/customer.tpl

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

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

+ 1 - 0
config/customer.tpl

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