wangchuanjin il y a 1 an
Parent
commit
4711d0597f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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, "==========cccccccccccccc", this.R.UserAgent())
 	http.Redirect(this.W, this.R, href, 302)
 	return false
 }