zhangzengfei
2024-04-16 bbcf45df17344e01bf75a589c17d3fcf7e7cc8da
util/http.go
@@ -13,7 +13,7 @@
func SendData(payload []byte, url string) bool {
   body, err := HttpPost(url, nil, payload)
   if err != nil {
      logger.Error("Post request failure, url:%s, err:%s", err.Error())
      logger.Error("Post request failure, url:%s, err:%s", url, err.Error())
      return false
   }