|
@@ -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, '成功');
|
|
|
}
|