更新错误码

This commit is contained in:
wh_zcy 2022-08-23 16:45:51 +08:00
parent b7bb3ab4dc
commit 6bbdda1924

View File

@ -26,7 +26,7 @@ func (this *apiComp) GetReward(session comm.IUserSession, req *pb.RtaskGetReward
//校验是否最后一个任务
if conf.NextTid != 0 {
code = pb.ErrorCode_RtaskLastOne
code = pb.ErrorCode_RtaskNoLastOne
return
}