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