ソースを参照

分享彩虹豆数

wzq 5 年 前
コミット
16167cccd2
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      app/Http/Controllers/ConfigController.php

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

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