上传协议
This commit is contained in:
parent
b944ec9c07
commit
daf506cba7
@ -35,7 +35,7 @@ func (this *apiComp) Award(session comm.IUserSession, req *pb.MoonlvAwardReq) (e
|
||||
return
|
||||
}
|
||||
|
||||
if conf, err = this.module.configure.GetMoonLvConf(list.Lv); err == nil {
|
||||
if conf, err = this.module.configure.GetMoonLvConf(list.Lv); err != nil {
|
||||
errdata = &pb.ErrorData{
|
||||
Code: pb.ErrorCode_ConfigNoFound,
|
||||
Title: pb.ErrorCode_ConfigNoFound.ToString(),
|
||||
|
Loading…
Reference in New Issue
Block a user