diff --git a/modules/hero/api_drawCard.go b/modules/hero/api_drawCard.go index c1fa9f783..8d08cc50b 100644 --- a/modules/hero/api_drawCard.go +++ b/modules/hero/api_drawCard.go @@ -204,7 +204,9 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq heroRecord.Totalcount += req.DrawCount heroRecord.Daycount += req.DrawCount + heroRecord.Count[req.DrawType] = drawCount update["drawcount"] = drawCount + update["count"] = heroRecord.Count update["totalcount"] = heroRecord.Totalcount update["daycount"] = heroRecord.Daycount update["baodi4"] = heroRecord.Baodi4