liuxiaolong
2019-08-17 6849a017d0a7070d765f011c78104349dcffa2c4
middlewares/auth/auth.go
@@ -38,7 +38,7 @@
         //}
         c.Next()
      } else if strings.Contains(urlPath,"/httpImage") {
         host := c.Request.RemoteAddr
         host := c.Request.URL.Host
         logger.Debug("host:", host)
         imgUrl := config.Server.ImageUrl