Update myhttp.go

This commit is contained in:
xxjwxc
2020-07-11 00:01:37 +08:00
parent c432aa2fb0
commit ccf3e4f07a

View File

@@ -136,8 +136,7 @@ func SendPost(requestBody interface{}, responseBody interface{}, url string) boo
mylog.Error(e)
return false
}
//result := string(body)
mylog.Debug(string(body))
// mylog.Debug(string(body))
err = json.Unmarshal(body, &responseBody)
if err != nil {