Commit Graph

9 Commits

Author SHA1 Message Date
zetaloop a3518d20f1 docs: 在接口文档补全 title 与 desc 并标注 ID 序列化形式 2026-05-03 20:58:28 +08:00
zetaloop cf639f1bca fix: int64 ID 字段序列化为 JSON string 2026-05-03 05:58:21 +08:00
zetaloop dd3cd24b70 Merge branch 'main-merge-base-a'
# Conflicts:
#	deploy/dev/docker-compose.yml
#	deploy/dev/envoy.yaml
#	desc/api/dispute.api
#	desc/api/review.api
#	desc/api/search.api
2026-04-25 05:42:42 +08:00
zetaloop 111c2f59dd style: 自动格式化 2026-04-25 04:53:15 +08:00
zetaloop 6edf15996c feat: 添加评价微服务,支持密封互评与订单状态联动 2026-04-24 10:43:15 +08:00
zetaloop 34ff6575fa fix: unify service names in review and search API definitions 2026-04-22 20:17:19 +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