根据地址修复质押接口

This commit is contained in:
lianghuanjie
2025-01-13 17:45:25 +08:00
parent 16f75d222c
commit b5e98afecf
7 changed files with 182 additions and 0 deletions

View File

@@ -75,6 +75,10 @@ type Result struct {
IsValid bool `json:"isValid"`
}
type StakeByAddressReq struct {
Address []string `json:"address"`
}
type StakeNftList struct {
RoleId uint64 `json:"role_id,optional"` // 角色id
TokenIds []string `json:"token_ids"` // nft列表