This commit is contained in:
Leufolium 2024-08-29 17:32:35 +08:00
parent 22aebfe573
commit afe158e26d
1 changed files with 2 additions and 0 deletions

View File

@ -1785,8 +1785,10 @@ func (s *Service) ApiFilterStreamer(ctx *gin.Context, req *streamerproto.ApiFilt
return
}
city := util.TrimZeroWidthUnicode(util.DerefString(req.City))
constellation := util.TrimZeroWidthUnicode(util.DerefString(req.Constellation))
req.Constellation = goproto.String(constellation)
req.City = goproto.String(city)
//1.从主播用户表中模糊匹配所有主播信息的用户侧数据按mid正序排序
streameraccts, scores, fullscore, err := _DefaultStreamerAcct.OpFilterStreamerAcct(ctx, &streameracctproto.OpFilterReq{