panlei
2019-08-23 0905eb936d66cf8543da4f96d129cbf854263028
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