Browse Source

邀请U米

wzq 5 years ago
parent
commit
7afd1e7fba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/ConfigController.php

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

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