Explorar el Código

分享彩虹豆数

wzq hace 5 años
padre
commit
16167cccd2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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, '成功');
     }