|
@@ -9,7 +9,6 @@ import (
|
|
|
"qfw/util"
|
|
|
"qfw/util/elastic"
|
|
|
"regexp"
|
|
|
- "strconv"
|
|
|
"strings"
|
|
|
"sync"
|
|
|
"time"
|
|
@@ -320,7 +319,7 @@ func (f *Front) TSGuide() error {
|
|
|
userid := util.ObjToString(f.GetSession("userId"))
|
|
|
if f.Method() == "GET" {
|
|
|
if !isInTSguide(userid) {
|
|
|
- return f.Redirect("/jyapp/wxkeyset/keyset/index?t=" + strconv.Itoa(int(time.Now().Unix())))
|
|
|
+ return f.Redirect("/jyapp/wxkeyset/keyset/index")
|
|
|
}
|
|
|
return f.Render("/weixin/wxtsguide.html")
|
|
|
} else {
|