Commit Graph

7 Commits

Author SHA1 Message Date
zetaloop 111c2f59dd style: 自动格式化 2026-04-25 04:53:15 +08:00
zetaloop 28b48736af fix: 文件不存在时提供报错信息
getFileUrlLogic 捕获 S3 NotFound 返回语义明确的错误信息,
getFileLogic 将 gRPC 错误转为普通 error 避免 HTTP 500。
2026-04-05 20:02:03 +08:00
zetaloop 35de3f653b fix: 删除 objectstory-api 重复的入口文件 2026-04-01 20:19:36 +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