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 }