err对象返回

This commit is contained in:
meixiongfeng 2023-06-15 19:57:44 +08:00
parent 3b9f8f85a7
commit c5d64aebf1

View File

@ -182,7 +182,6 @@ func (this *apiComp) Equip(session comm.IUserSession, req *pb.EquipmentEquipReq)
errdata = &pb.ErrorData{
Code: pb.ErrorCode_SystemError,
Title: pb.ErrorCode_SystemError.ToString(),
Message: err.Error(),
}
return
}