From f8aa29d10363be9fd11bb505ed9d0916a4796417 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 28 Feb 2024 17:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8D=8F=E8=AE=AE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/exclusive/api_addexp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exclusive/api_addexp.go b/modules/exclusive/api_addexp.go index be942359e..afcc7532d 100644 --- a/modules/exclusive/api_addexp.go +++ b/modules/exclusive/api_addexp.go @@ -93,6 +93,6 @@ func (this *apiComp) AddExp(session comm.IUserSession, req *pb.ExclusiveAddExpRe return } this.module.equipmentsChangePush(session, []*pb.DB_Exclusive{info}) - session.SendMsg(string(this.module.GetType()), "addExp", &pb.ExclusiveAddExpResp{Exclusives: info}) + session.SendMsg(string(this.module.GetType()), "addexp", &pb.ExclusiveAddExpResp{Exclusives: info}) return }