From ca4b21d29d64a6b6d7dc6fbc4fbe9eeee548b340 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 27 Sep 2023 20:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BB=93=E7=AE=97=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/capturesheep/api_over.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 }