liuxiaolong
2019-08-20 e8164f07ec594bf7d9574a7f2227e90b87a9f85d
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