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