增加:查询castile代币余额

This commit is contained in:
yuming88
2025-05-06 20:34:01 +08:00
parent 95a4337ab3
commit 9809981fef
5 changed files with 103 additions and 0 deletions

View File

@@ -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图片