From 22f1ca3012f15646a09a377cc6b24dbd2b58cd2f Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 23 Jun 2020 17:38:58 +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 e869761..41bb5d9 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -2864,6 +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) if err == nil && hisinfo != nil { rewardhead = hisinfo.Head rewardnickname = hisinfo.NickName -- libgit2 0.21.0