modify: 手动结算软质押奖励支持指定日期

This commit is contained in:
lianghuanjie
2025-01-13 11:04:27 +08:00
parent 70848daafc
commit 76d7cbf575
7 changed files with 79 additions and 23 deletions

View File

@@ -89,6 +89,10 @@ type StakeRewardList struct {
RewardList []StakeReward `json:"reward_list"`
}
type StakeSettleReq struct {
Date string `form:"date"`
}
type StakeTaskDetail struct {
StartDate string `json:"start_date"` // 开始日期
EndDate string `json:"end_date"` // 结束日期