Commit Graph

11 Commits

Author SHA1 Message Date
zetaloop a3518d20f1 docs: 在接口文档补全 title 与 desc 并标注 ID 序列化形式 2026-05-03 20:58:28 +08:00
zetaloop 227f5814df feat(player): 新增 GET /players/me 查询当前用户打手资料 2026-05-03 06:18:01 +08:00
zetaloop cf639f1bca fix: int64 ID 字段序列化为 JSON string 2026-05-03 05:58:21 +08:00
zetaloop 9ab495c7bf fix: correct player API struct tag spacing 2026-04-22 20:17:01 +08:00
zetaloop d80a21fe7d fix: 服务创建接口未返回数据
AddPlayerServicesResp 加 PlayerServices 字段,创建后查询回填。
PlayerService.Id 加 optional 避免请求解析时要求传 id。
2026-04-05 18:08:40 +08:00
zetaloop 32d58ef462 add: 打手初始化接口 2026-04-04 03:49:34 +08:00
zetaloop 64223ada67 fix: 修正 service 创建接口误设的 ID 路径参数 2026-04-04 00:20:38 +08:00
wwweww e7970ac25f fix: some api bug 2026-03-31 22:12:06 +08:00
wwweww 19cc7a778c Refactor: Remove deprecated gRPC service files and implement new API structure
- Deleted old gRPC service definitions in `game_grpc.pb.go` and `public.go`.
- Added new API server implementations for objectstory, player, and shop services.
- Introduced configuration files for new APIs in `etc/*.yaml`.
- Created main entry points for each service in `objectstory.go`, `player.go`, and `shop.go`.
- Removed unused user update handler and user API files.
- Added utility functions for context management and HTTP header parsing.
- Introduced PostgreSQL backup configuration in `backup/postgreSql.yaml`.
2026-02-28 18:35:56 +08:00
wwweww d2f33b4b96 fix: api descript 2026-02-28 05:33:16 +08:00
wwweww 5930fb0dde add: some user api and all api desc 2026-02-27 19:17:01 +08:00