Go to file
shi e12fd287be refactor(game): 修改游戏 ID 类型并更新相关接口
-将 ApiGameInfoResponseDTO 中的 systemGameId 字段类型从 Long 改为 String
- 在 GameMapper.xml 中添加 game_id 字段的查询
- 更新 GamesPGServiceImpl 中的代码,使用 game.getGameId() 替代 game.getId()
2025-04-11 19:43:01 +08:00
ff-base refactor(game): 修改游戏 ID 类型并更新相关接口 2025-04-11 19:43:01 +08:00
ff-game refactor(game): 修改游戏 ID 类型并更新相关接口 2025-04-11 19:43:01 +08:00
ff-gen refactor(ff-game): 重构游戏模块代码 2025-02-27 16:26:02 +08:00
sh refactor(ff-game): 优化白名单验证提示信息 2025-03-01 17:15:12 +08:00
sql 项目初始化 2025-02-11 15:27:15 +08:00
.gitignore chore: 添加 .gitignore 文件 2025-03-31 14:51:25 +08:00
pom.xml refactor(ff-game): 重构游戏模块代码 2025-02-27 16:26:02 +08:00