by Robin at 20240418 #302
|
@ -2636,6 +2636,11 @@ func (s *Service) ApiGetZoneMomentListByVisitorMid(ctx *gin.Context, req *zonemo
|
|||
return
|
||||
}
|
||||
|
||||
// 4.抹去置顶信息
|
||||
for _, vo := range volist {
|
||||
vo.ZoneMoment.IsHeaded = goproto.Int64(consts.IsHeaded_No)
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue