123
This commit is contained in:
@@ -18,4 +18,6 @@ public class RankNodeInvite {
|
||||
private boolean draw = true;
|
||||
@Schema(description = "榜单ID,领取榜单使用")
|
||||
private Long rankId;
|
||||
@Schema(description = "排行榜奖励数值(该字段仅限昨日榜单,上周榜单有用)")
|
||||
private Long rankAwardValue;
|
||||
}
|
||||
|
||||
@@ -23,4 +23,6 @@ public class RankNodeLove {
|
||||
private boolean draw = true;
|
||||
@Schema(description = "榜单ID,领取榜单使用")
|
||||
private Long rankId;
|
||||
@Schema(description = "排行榜奖励数值(该字段仅限昨日榜单,上周榜单有用)")
|
||||
private Long rankAwardValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user