diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index b3d548c..c78d8ef 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -949,6 +949,7 @@ func HandlerFetchfenredbag(w http.ResponseWriter, data string, uniqueuuid, gamei } //回包 + logger.Info("HandlerFetchfenredbag resp=%+v", resp) respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) } -- libgit2 0.21.0