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