Browse Source

修改指标连接方式

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.10.1^2
zouap 3 years ago
parent
commit
d3e1f83022
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/aisafety.go

+ 1
- 1
routers/repo/aisafety.go View File

@@ -203,7 +203,7 @@ func getJsonContent(url string) (string, error) {
return "", err
}
str := string(bytes)
log.Info("json str =" + str)
//log.Info("json str =" + str)

return str, nil
}

Loading…
Cancel
Save