增加:查询castile代币余额
This commit is contained in:
@@ -276,6 +276,11 @@ type UnlockChapterReq struct {
|
||||
ApiKey string `header:"x-api-key"` // x-api-key
|
||||
}
|
||||
|
||||
type UserCastileBalanceResp struct {
|
||||
TotalCastile int `json:total_castile` //总数
|
||||
TransferAmount int `json:transfer_amount` //已转回游戏内的数量
|
||||
}
|
||||
|
||||
type UserNft struct {
|
||||
TokenId string `json:"token_id"` // nftID
|
||||
Image string `json:"image"` // nft图片
|
||||
|
||||
Reference in New Issue
Block a user