---
liuxiaolong
2019-08-17 98d58d006fb9136dbbe8f0a42fc59a646126966d
middlewares/auth/auth.go
@@ -37,8 +37,8 @@
         //   c.Abort()
         //}
         c.Next()
      } else if strings.HasPrefix(urlPath,"/httpImage") {
         host := c.Request.RequestURI
      } else if strings.Contains(urlPath,"/httpImage") {
         host := c.Request.URL.Host
         logger.Debug("host:", host)
         imgUrl := config.Server.ImageUrl