diff --git a/modules/capturesheep/api_over.go b/modules/capturesheep/api_over.go index 484469661..85ea08966 100644 --- a/modules/capturesheep/api_over.go +++ b/modules/capturesheep/api_over.go @@ -126,10 +126,11 @@ func (this *apiComp) Over(session comm.IUserSession, req *pb.CapturesheepOverReq return } session.SendMsg(string(this.module.GetType()), "over", &pb.CapturesheepOverResp{ - Iswin: iswin, - Integral: info.Integral, - Dan: info.Dan, - Award: award, + Iswin: iswin, + Integral: info.Integral, + Weekintegral: info.Weekintegral, + Dan: info.Dan, + Award: award, }) return }