上传功能开启

This commit is contained in:
liwei 2023-08-11 17:50:36 +08:00
parent 6bb451f8a5
commit 078dde24dd

View File

@ -45,6 +45,8 @@ func (this *ModelSys) validCond(uid string, condData *cfg.GameOpencondData) stri
if _, ok := levels[conf.Param]; !ok { if _, ok := levels[conf.Param]; !ok {
return "" return ""
} }
} else {
return ""
} }
case 3: //世界任务ID case 3: //世界任务ID
d := this.moduleSys.wtask.InquireCompletes(uid) d := this.moduleSys.wtask.InquireCompletes(uid)