This commit is contained in:
张良(004796)
2024-01-31 23:11:04 +08:00
parent 2990819c26
commit 3c6f645b34
3 changed files with 32 additions and 0 deletions

View File

@@ -10,4 +10,10 @@ public class GreetQuery {
private Integer cityId;
@Schema(description = "搜索类型 1=活跃 2=同城")
private Integer type = 1;
@Schema(hidden = true)
private Integer justAnchor;
@Schema(hidden = true)
private Integer gender;
@Schema(hidden = true)
private Integer noAuth;
}