fix: abnormal NE state alarm gen task

This commit is contained in:
2023-12-28 09:25:44 +08:00
parent 7c09325bf7
commit d6b07f89d0
4 changed files with 341 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ func GetOneLicenseInfoFromNF(w http.ResponseWriter, r *http.Request) {
SetHeaders(map[string]string{"Content-Type": "application/json;charset=UTF-8"}).
Get(requestURI2NF)
if err != nil {
log.Error("Get system state from NF is failed:", err)
log.Error("Failed to get system state:", err)
services.ResponseInternalServerError500ProcessError(w, err)
return
} else {