From ab178ebb4f71c22b1c2d437eca0f6c6084c6383f Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 23 Jun 2020 17:40:50 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 41bb5d9..943cce1 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -2864,7 +2864,7 @@ func HandlerQueryGambling(w http.ResponseWriter, data string, uuid int) { var his AlreadyDuboCatList json.Unmarshal([]byte(ss), &his) hisinfo, err := GetUserInfo(strconv.Itoa(his.RewardUser)) - logger.Info("HandlerQueryGambling his=%+v", hisinfo) + logger.Info("HandlerQueryGambling his=%+v", his) if err == nil && hisinfo != nil { rewardhead = hisinfo.Head rewardnickname = hisinfo.NickName -- libgit2 0.21.0