diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 045cd36..24d8f48 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -804,8 +804,8 @@ func UserLogin(w http.ResponseWriter, r *http.Request) { s := string(result) if s == "" { logger.Error("UserLogin bodynil") - //fmt.Fprint(w, "failed") - //return + fmt.Fprint(w, "failed") + return } logger.Info("UserLogin , body:%v,uuid=%v token=%v", s, Uuid, Token) -- libgit2 0.21.0