|
@@ -2,7 +2,6 @@ package cutil
|
|
|
|
|
|
import (
|
|
|
"bytes"
|
|
|
- "cicv-data-closedloop/kinglong/common/log"
|
|
|
"encoding/json"
|
|
|
"io"
|
|
|
"net/http"
|
|
@@ -97,6 +96,6 @@ func HttpGetStringAddHeadersResponseString(baseUrl string, headers map[string]st
|
|
|
return "", err
|
|
|
}
|
|
|
result := string(body)
|
|
|
- log.GlobalLogger.Info("发送http请求,请求路径=", baseUrl, ",请求头=", headers, "请求参数=", params, "请求结果=", result)
|
|
|
+ //log.GlobalLogger.Info("发送http请求,请求路径=", baseUrl, ",请求头=", headers, "请求参数=", params, "请求结果=", result)
|
|
|
return result, nil
|
|
|
}
|