errmessage 返回

This commit is contained in:
meixiongfeng 2023-09-01 17:40:34 +08:00
parent 0d56de59aa
commit 367b03f601

View File

@ -127,7 +127,6 @@ func (this *apiComp) Train(session comm.IUserSession, req *pb.DragonTrainReq) (e
errdata = &pb.ErrorData{
Code: pb.ErrorCode_DragonTrainMaxCount,
Title: pb.ErrorCode_DragonTrainMaxCount.ToString(),
Message: err.Error(),
}
return
}