From 10e8095c9abdac1e8732c3cbb1cf02b472908ba4 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 7 Sep 2023 14:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BB=93=E7=AE=97=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/capturesheep/api_over.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/capturesheep/api_over.go b/modules/capturesheep/api_over.go index 50a9bc816..795f87b5e 100644 --- a/modules/capturesheep/api_over.go +++ b/modules/capturesheep/api_over.go @@ -109,7 +109,7 @@ func (this *apiComp) Over(session comm.IUserSession, req *pb.CapturesheepOverReq } return } - session.SendMsg(string(this.module.GetType()), "info", &pb.CapturesheepOverResp{ + session.SendMsg(string(this.module.GetType()), "over", &pb.CapturesheepOverResp{ Iswin: iswin, Integral: info.Integral, Dan: info.Dan,