修改获取castile余额接口

This commit is contained in:
yuming88
2025-05-07 16:17:03 +08:00
parent 52cf72394b
commit 723eaee464
3 changed files with 54 additions and 6 deletions

View File

@@ -277,9 +277,9 @@ type UnlockChapterReq struct {
}
type UserCastileBalanceResp struct {
TotalCastile int `json:total_castile` //总数
TransferAmount int `json:transfer_amount` //已转回游戏内的数量
TotalBalance int `json:total_balance` //castile当前余额
TotalCastile int `json:"total_castile"` //总数
TransferAmount int `json:"transfer_amount"` //已转回游戏内的数量
TotalBalance int `json:"total_balance"` //castile当前余额
}
type UserNft struct {