This commit is contained in:
xxj
2024-04-25 15:50:30 +08:00
parent 6114116d01
commit ecd0607a6f

View File

@@ -42,7 +42,7 @@ func OnGetJSON(url, params string) string {
defer resp.Body.Close() defer resp.Body.Close()
body1, err1 := ioutil.ReadAll(resp.Body) body1, err1 := ioutil.ReadAll(resp.Body)
if err1 != nil { if err1 != nil {
mylog.Error(err1) mylog.Error(url, err1)
return "" return ""
} }