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