From 58d414382734ff4d35765e4af4de2330e7796404 Mon Sep 17 00:00:00 2001 From: liwei Date: Tue, 23 Aug 2022 14:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=A6=E9=A6=86=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=AD=A6=E5=8E=86=E6=81=B6=E5=8C=96=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/martialhall/api_unlock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/martialhall/api_unlock.go b/modules/martialhall/api_unlock.go index 028b1ce0b..93a518373 100644 --- a/modules/martialhall/api_unlock.go +++ b/modules/martialhall/api_unlock.go @@ -81,6 +81,6 @@ func (this *apiComp) UnLock(session comm.IUserSession, req *pb.MartialhallUnLock this.module.modelMartialhall.Change(session.GetUserId(), map[string]interface{}{ filed: pillar, }) - session.SendMsg(string(this.module.GetType()), "unlock", &pb.MartialhallUpgradeResp{Info: mart}) + session.SendMsg(string(this.module.GetType()), "unlock", &pb.MartialhallUnLockResp{Issucc: true, Info: mart}) return }