feat-IRONFANS-198-Robin #718
|
@ -202,6 +202,8 @@ type ApiFilterReq struct {
|
|||
Fans *util.Int64Filter `json:"fans"`
|
||||
Height *util.Int64Filter `json:"height"`
|
||||
Weight *util.Int64Filter `json:"weight"`
|
||||
WechatCoinPrice *util.Int64Filter `json:"wechat_coin_price"`
|
||||
ZoneAdmissionPrice *util.Int64Filter `json:"zone_admission_price"`
|
||||
City *string `json:"city"`
|
||||
Constellation *string `json:"constellation"`
|
||||
IsActiveWithinAWeek *int64 `json:"is_active_within_a_week"`
|
||||
|
|
|
@ -1791,6 +1791,8 @@ func (s *Service) ApiFilterStreamer(ctx *gin.Context, req *streamerproto.ApiFilt
|
|||
Fans: req.Fans,
|
||||
Height: req.Height,
|
||||
Weight: req.Weight,
|
||||
WechatCoinPrice: req.WechatCoinPrice,
|
||||
ZoneAdmissionPrice: req.ZoneAdmissionPrice,
|
||||
City: req.City,
|
||||
Constellation: req.Constellation,
|
||||
IsActiveWithinAWeek: req.IsActiveWithinAWeek,
|
||||
|
|
Loading…
Reference in New Issue