Commit Graph

3 Commits (1e495270a90d07628263858316d792da6a414218)

Author SHA1 Message Date
shi d717350e61 feat(game): 添加游戏兑换功能并优化相关数据结构
- 在 GameExchangeMoney 和 TenantGameQuotaFlow 表中添加订单号字段- 更新相关接口和实现类以支持订单号查询
- 添加币种汇率相关接口
- 优化成员信息请求结构
- 更新游戏配额类型枚举
2025-02-22 10:58:23 +08:00
shi 9ee0e34d16 feat(api): 重构游戏余额兑换逻辑
- 新增 GameBalanceExchange DTO 用于封装游戏余额兑换参数
- 在 ITenantGameQuotaService 中添加 gameBalanceExchange 方法处理兑换逻辑
- 优化了额度类型的处理,使用新的 QuotaType 枚举
- 调整了 TenantGameQuota 和 Tenant
2025-02-21 14:39:21 +08:00
shi 12981b9dbd 项目初始化 2025-02-11 15:27:15 +08:00