软质押增加奖励发放记录
This commit is contained in:
@@ -107,6 +107,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
Path: "/nft/stake",
|
||||
Handler: task.StakeNftHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
// 质押奖励发放列表
|
||||
Method: http.MethodGet,
|
||||
Path: "/nft/stake_reward",
|
||||
Handler: task.StakeRewardListHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
// 取消质押NFT
|
||||
Method: http.MethodPost,
|
||||
|
||||
Reference in New Issue
Block a user