Commit 89c65140491d86233bdaa7e83f39535fb5b8324a
1 parent
2b60b1f7
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -1231,6 +1231,7 @@ func Getflyboxreward(w http.ResponseWriter, r *http.Request) { | @@ -1231,6 +1231,7 @@ func Getflyboxreward(w http.ResponseWriter, r *http.Request) { | ||
1231 | } | 1231 | } |
1232 | if Uuid == 0 { | 1232 | if Uuid == 0 { |
1233 | SetHeader(w) | 1233 | SetHeader(w) |
1234 | + logger.Error("Getflyboxreward uuidnil") | ||
1234 | return | 1235 | return |
1235 | } | 1236 | } |
1236 | result, _ := ioutil.ReadAll(r.Body) | 1237 | result, _ := ioutil.ReadAll(r.Body) |