fix: loadpconf and get nbinfo

This commit is contained in:
2024-01-29 16:09:08 +08:00
parent 2223828b2b
commit 3a5e906222
4 changed files with 125 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ func PostNeInfo(w http.ResponseWriter, r *http.Request) {
services.ResponseNotFound404UriNotExist(w, r)
return
}
log.Debug("Body:", string(body))
log.Trace("Body:", string(body))
neInfo := new(dborm.NeInfo)
err = json.Unmarshal(body, neInfo)