Commit 8b6b07de639380349dad16158cecdbea6902a508
1 parent
9aeeffce
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -428,6 +428,7 @@ func HandlerQueryPlayerRank(w http.ResponseWriter, data string, uuid int) { | @@ -428,6 +428,7 @@ func HandlerQueryPlayerRank(w http.ResponseWriter, data string, uuid int) { | ||
428 | } | 428 | } |
429 | 429 | ||
430 | //回包 | 430 | //回包 |
431 | + logger.Info("HandlerQueryPlayerRank resp=%+v", resp) | ||
431 | respstr, _ := json.Marshal(&resp) | 432 | respstr, _ := json.Marshal(&resp) |
432 | fmt.Fprint(w, string(respstr)) | 433 | fmt.Fprint(w, string(respstr)) |
433 | } | 434 | } |