This commit is contained in:
lwl0608 2024-04-22 22:09:22 +08:00
parent 27ef585eb0
commit 9600ec1b29
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ func (v *Vas) GetZoneUnlockMapByMid(ctx *gin.Context, mid int64) (zidZuMap map[i
} }
zidZuMap[v.GetZid()] = v zidZuMap[v.GetZid()] = v
} }
logger.Info("GetZoneUnlockMapByMid, zidZuMap: %v", util.ToJson(zidZuMap))
return return
} }