소스 검색

vip config

laowu 15 시간 전
부모
커밋
3bb05b7bf8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Services/VipService.php

+ 2 - 1
app/Services/VipService.php

@@ -70,7 +70,8 @@ class VipService
         // 从数据库查询(按MinRecharge升序排列)
         $levels = DB::table('QPAccountsDB.dbo.ProtectLevel')
             ->orderBy('MinRecharge', 'asc')
-            ->select('ID', 'VIP', 'MinRecharge', 'Recharge', 'WithdrawLimit', 'DailyWithdraws', 'GrantNum', 'LevelUpBonus')
+            ->select('ID', 'VIP', 'MinRecharge', 'Recharge', 'WithdrawLimit', 'DailyWithdraws', 'GrantNum',
+                'LevelUpBonus', 'RechargeExtraSendRate')
             ->get();
 
         // 缓存10分钟