报错处理

This commit is contained in:
meixiongfeng 2023-05-24 19:31:18 +08:00
parent 6c1af1394f
commit 8d35b9be80

View File

@ -73,3 +73,7 @@ func (this *Combat) GetLevelStatus(uid string) (levels map[int32]*pb.DBCombatLev
levels = combat.Level
return
}
func (this *Combat) GetLevels(uid string) (levels map[int32]*pb.DBCombatLevel) {
return
}