Commit Graph

2 Commits (9ee0e34d1627d9c72b154517b331e13de15ea344)

Author SHA1 Message Date
shi 9ee0e34d16 feat(api): 重构游戏余额兑换逻辑
- 新增 GameBalanceExchange DTO 用于封装游戏余额兑换参数
- 在 ITenantGameQuotaService 中添加 gameBalanceExchange 方法处理兑换逻辑
- 优化了额度类型的处理,使用新的 QuotaType 枚举
- 调整了 TenantGameQuota 和 Tenant
2025-02-21 14:39:21 +08:00
shi 0c9a1ac2b1 feat(api): 添加代理创建租户功能
- 新增 AgentCreateTenant 请求类
- 添加 ApiAgentController 控制器
- 实现代理创建租户的接口
- 更新数据库配置
- 删除冗余代码和模板
2025-02-20 15:33:11 +08:00