game-api/ff-game
shi 8744ad3589 refactor(game): 优化游戏列表接口参数传递方式
- 在 GamesPPServiceImpl 中,将 JSONUtils.toJSONString(params) 替换为直接使用 params
- 在 PPClient 中,修改 getGameList 方法参数类型从 String 改为 Map<String, Object>
2025-03-28 18:46:38 +08:00
..
src/main refactor(game): 优化游戏列表接口参数传递方式 2025-03-28 18:46:38 +08:00
pom.xml feat(game): 添加 SA 游戏平台支持 2025-03-25 10:00:42 +08:00