This commit is contained in:
77
2024-04-17 23:28:20 +08:00
parent afa34b6c0c
commit 4fec751dd7
3 changed files with 14 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ public class AnchorListQuery {
@Schema(description = "类型 0-默认 1-活跃 2-新人 3-同城")
private Integer type;
@Schema(hidden = true, description = "是否开启视频接听")
private Integer openVideoStatus;
@Schema(description = "城市(同城查询使用)")
private Integer cityId;