|
@@ -94,7 +94,9 @@ func (BP *JyActivity) GetDailyBoonSVip(userId string) (err error) {
|
|
_ = redis.SetExpire(BidderPlanRedis, hasKey, BP.cacheLong())
|
|
_ = redis.SetExpire(BidderPlanRedis, hasKey, BP.cacheLong())
|
|
//领取7天超级订阅后清空权限缓存
|
|
//领取7天超级订阅后清空权限缓存
|
|
cacheKey := fmt.Sprintf(PowerCacheKey, userId)
|
|
cacheKey := fmt.Sprintf(PowerCacheKey, userId)
|
|
|
|
+ baseInfoCacheKey := fmt.Sprintf(IsGetUserBaseInfoRedisKey, userId)
|
|
redis.Del(PowerCacheDb, cacheKey)
|
|
redis.Del(PowerCacheDb, cacheKey)
|
|
|
|
+ redis.Del(PowerCacheDb, baseInfoCacheKey)
|
|
}
|
|
}
|
|
return nil
|
|
return nil
|
|
}()
|
|
}()
|