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

@@ -16,7 +16,7 @@ service novatask {
@doc "软质压手动结算"
@handler StakeSettle
get /stake_settle
get /stake_settle (StakeSettleReq)
@doc "NFT持有者更新"
@handler NftHolderUpdate
@@ -34,3 +34,7 @@ type EmailReward {
Remark string `json:"remark"` // 备注
}
type StakeSettleReq {
Date string `form:"date"`
}