浏览代码

feat:xiugai

wangchuanjin 1 年之前
父节点
当前提交
fa095d7179
共有 1 个文件被更改,包括 1 次插入1 次删除
  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())
+	log.Println(this.R.RequestURI, "---", sessid, "==========cccccccccccccc", this.R.UserAgent())
 	http.Redirect(this.W, this.R, href, 302)
 	return false
 }