增加余额字段

This commit is contained in:
yuming88
2025-05-07 11:38:32 +08:00
parent 9809981fef
commit 27919fd025
3 changed files with 4 additions and 0 deletions

View File

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