game-api/ff-base
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
..
src/main refactor(game): 修改游戏 ID 类型并更新相关接口 2025-04-11 19:43:01 +08:00
pom.xml feat(game): 增加按时间查询游戏投注记录功能 2025-03-24 14:27:45 +08:00