|
@@ -462,7 +462,7 @@ func (b *BiddingInfo) GetBiddingInfo(types, name string, currentLocation []*SeoI
|
|
|
}
|
|
|
b, err := json.Marshal(birt)
|
|
|
if err == nil && len(b) > 0 {
|
|
|
- if err := redis.PutBytes("seoCache", redisKey, &b, qu.IntAll(config.Seoconfig["cacheTime"])+RandNum.Intn(randCount)); err != nil {
|
|
|
+ if err := redis.PutBytes("seoCache", redisKey, &b, qu.IntAll(config.Seoconfig["biddingCacheTime"])+RandNum.Intn(randCount)); err != nil {
|
|
|
log.Println(err)
|
|
|
}
|
|
|
}
|