Merge branch 'lixing' into dev

This commit is contained in:
2025-05-07 14:36:43 +08:00
3 changed files with 4 additions and 0 deletions

View File

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