软质押任务修改

This commit is contained in:
lianghuanjie
2025-01-08 16:02:11 +08:00
parent 6dea53e53c
commit 29abba438c
11 changed files with 187 additions and 38 deletions

View File

@@ -43,6 +43,10 @@ service novatask {
@doc "取消质押NFT"
@handler UnStakeNft
post /nft/unstake (UnStakeNftReq)
@doc "软质押任务奖励发放列表"
@handler StakeRewardList
get /nft/stake_reward returns (StakeRewardList)
}
type GetTaskListReq {