|
@@ -62,7 +62,7 @@ func (s *Short) Article(stype, id string) error {
|
|
|
return s.Redirect("/jyapp/free/swordfish/about", 302)
|
|
|
} else {
|
|
|
sid = sid_openid[0]
|
|
|
- watchKey := userId
|
|
|
+ watchKey := "free_article_detail_count" + userId
|
|
|
if seeRes := redis.Get("other", watchKey); seeRes != nil && seeRes != "" {
|
|
|
if resVal, _ := seeRes.(string); resVal != "" {
|
|
|
sidss := strings.Split(resVal, "_")
|