Browse Source

feat:日志

wangshan 2 years ago
parent
commit
9aa52112f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/front/shorturl.go

+ 1 - 1
src/jfw/front/shorturl.go

@@ -91,7 +91,7 @@ func (s *Short) Article(stype, id string) error {
 	//未登录用户是否访问的微信浏览器
 	if userId == "" {
 		log.Println(isWxB, "----IsWxBrowserContent[stype]:", IsWxBrowserContent[stype])
-		log.Println("host:", s.Request.RequestURI)
+		log.Println(s.Request.Host, "----host:", s.Request.RequestURI)
 		if IsWxBrowserContent[stype] {
 			if s.GetString("state") == "wx" {
 				//微信跳回来的