修复武馆协议学历恶化异常错误

This commit is contained in:
liwei 2022-08-23 14:57:05 +08:00
parent 7da333d4a4
commit 58d4143827

View File

@ -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
}