This commit is contained in:
xxj
2024-05-24 19:02:48 +08:00
parent a6c0d4e5ee
commit a4055cba22

View File

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