From 8b6b07de639380349dad16158cecdbea6902a508 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 15 Jun 2020 13:51:49 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 2984e0f..3afd334 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -428,6 +428,7 @@ func HandlerQueryPlayerRank(w http.ResponseWriter, data string, uuid int) { } //回包 + logger.Info("HandlerQueryPlayerRank resp=%+v", resp) respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) } -- libgit2 0.21.0