This commit is contained in:
2023-09-14 10:33:29 +08:00
parent 04db88723f
commit d1c3873269

View File

@@ -682,7 +682,7 @@ func ResponseNotFound404UriNotExist(w http.ResponseWriter, r *http.Request) {
ResponseStatusOK204NoContent(w)
return
}
//log.Errorf("r.Method:%s, r.URL:%s", r.Method, r.URL)
log.Errorf("r.Method:%s, r.URL:%s", r.Method, r.URL)
errorMessage := ErrorMessage{"1", "the requested URI does not exist"}
errorResponse := ErrorResponse{errorMessage}
ResponseWithJson(w, http.StatusNotFound, errorResponse)