Browse Source

feat:xiugai

wangchuanjin 1 năm trước cách đây
mục cha
commit
15d1876c17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/jfw/filter/pcfilter.go

+ 1 - 1
src/jfw/filter/pcfilter.go

@@ -77,7 +77,7 @@ func (this *pcFilter) Do() bool {
 	} else {
 		return true
 	}
-	log.Println(this.R.RequestURI, "---", sessid, "==========cccccccccccccc", this.R.UserAgent())
+	log.Println(this.R.RequestURI, "---", this.Session.Id(), "==========cccccccccccccc", this.R.UserAgent())
 	http.Redirect(this.W, this.R, href, 302)
 	return false
 }