Update myhttp.go

This commit is contained in:
xxj
2021-12-12 17:09:12 +08:00
parent ad428e80a3
commit 0f667236a0

View File

@@ -133,7 +133,7 @@ func SendPost(requestBody interface{}, responseBody interface{}, url string) err
if err != nil {
return e
}
mylog.Debug(string(body))
// mylog.Debug(string(body))
err = json.Unmarshal(body, &responseBody)
if err != nil {