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