|
|
@@ -370,6 +370,8 @@ class MemberService extends BaseService
|
|
|
// 成长值
|
|
|
$levelGrowth = ConfigService::make()->getConfigByCode('vip_growth_'.$info['member_level']+1);
|
|
|
$info['vip_growth_diff'] = $levelGrowth>0?ceil(max(0,$levelGrowth-$info['vip_growth'])) : 0;
|
|
|
+ $info['vip_growth_1'] = ConfigService::make()->getConfigByCode('vip_growth_1');
|
|
|
+ $info['vip_growth_2'] = ConfigService::make()->getConfigByCode('vip_growth_2');
|
|
|
}
|
|
|
|
|
|
RedisService::set($cacheKey, $info, rand(10, 20));
|