This commit is contained in:
张良(004796)
2024-03-20 16:25:47 +08:00
parent 56df980731
commit 8768134db7
8 changed files with 96 additions and 22 deletions

View File

@@ -18,4 +18,6 @@ public class RankNodeInvite {
private boolean draw = true;
@Schema(description = "榜单ID领取榜单使用")
private Long rankId;
@Schema(description = "排行榜奖励数值(该字段仅限昨日榜单,上周榜单有用)")
private Long rankAwardValue;
}

View File

@@ -23,4 +23,6 @@ public class RankNodeLove {
private boolean draw = true;
@Schema(description = "榜单ID领取榜单使用")
private Long rankId;
@Schema(description = "排行榜奖励数值(该字段仅限昨日榜单,上周榜单有用)")
private Long rankAwardValue;
}