数据校验
This commit is contained in:
parent
11cf7a9fac
commit
2c80d0b6c2
@ -49,7 +49,7 @@ func (this *apiComp) FetterLvUp(session comm.IUserSession, req *pb.LibraryFetter
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, ok := fetter.Prize[fetter.Fidlv]; !ok {
|
if _, ok := fetter.Prize[fetter.Fidlv]; ok {
|
||||||
code = pb.ErrorCode_LibraryReward
|
code = pb.ErrorCode_LibraryReward
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user