This commit is contained in:
parent
22aebfe573
commit
afe158e26d
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue