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