Commit 27e3c44f7370681413c6b8d7b3ca0505b65c9b70

Authored by 陆恒
1 parent f015fd09
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
@@ -142,7 +142,7 @@ func UserLogin(w http.ResponseWriter, r *http.Request) { @@ -142,7 +142,7 @@ func UserLogin(w http.ResponseWriter, r *http.Request) {
142 142
143 if Uuid == 0 { 143 if Uuid == 0 {
144 SetHeader(w) 144 SetHeader(w)
145 - //logger.Error("Uuid is nil!") 145 + logger.Error("Uuid is nil!")
146 return 146 return
147 } 147 }
148 result, _ := ioutil.ReadAll(r.Body) 148 result, _ := ioutil.ReadAll(r.Body)