liuxiaolong
2019-08-17 7d22639234720e054993cfbda9fe9ba3935ad2c4
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