|
@@ -47,7 +47,7 @@ func (f *Filter) Do(w http.ResponseWriter, r *http.Request) bool {
|
|
|
identity.SwitchToBest(util.Int64All(getSession["base_user_id"]), session, Middleground, &public.MQFW, false)
|
|
|
}
|
|
|
(&CookieInfo{w, r, getSession["userId"] != nil}).Do()
|
|
|
- (&fx.VisitFilter{W: w, R: r, Session: session, SessVal: getSession, MgoLog: public.Mgo_Log, Ms: public.Mysql}).Do()
|
|
|
+ (&fx.VisitFilter{W: w, R: r, Session: session, SessVal: getSession, MgoLog: public.MQFW, Ms: public.Mysql}).Do()
|
|
|
if !(&logFilter{w, r, getSession}).Do() {
|
|
|
return false
|
|
|
}
|