上传协议

This commit is contained in:
liwei1dao 2024-01-18 15:14:01 +08:00
parent b944ec9c07
commit daf506cba7

View File

@ -35,7 +35,7 @@ func (this *apiComp) Award(session comm.IUserSession, req *pb.MoonlvAwardReq) (e
return 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{ errdata = &pb.ErrorData{
Code: pb.ErrorCode_ConfigNoFound, Code: pb.ErrorCode_ConfigNoFound,
Title: pb.ErrorCode_ConfigNoFound.ToString(), Title: pb.ErrorCode_ConfigNoFound.ToString(),