根据地址修复质押接口
This commit is contained in:
@@ -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列表
|
||||
|
||||
Reference in New Issue
Block a user