fix zmlist

This commit is contained in:
lwl0608 2024-05-06 18:50:32 +08:00
parent 55d7747ddb
commit e1f6f9f9d7
1 changed files with 2 additions and 0 deletions

View File

@ -1460,6 +1460,8 @@ func (s *Service) utilGetApiMomentVOListByIds(ctx *gin.Context, visitorMid int64
var ZoneVIPMidMap = map[int64]bool{
161: true,
1: true,
170: true,
}
func IsZoneVIP(mid int64) bool {