rwadurian/backend/services/wallet-service/src/infrastructure
hailin 7d9837fc22 refactor(reward): 前端直接从 reward-service 查询奖励数据
移除 reward-service 和 wallet-service 之间的 Kafka 同步机制:
- 屏蔽 reward-service 的 outbox 发布逻辑
- 屏蔽 wallet-service 的 RewardEventConsumerController 订阅

Flutter 前端改为直接调用 reward-service API:
- 新增 RewardService 调用 /rewards/summary
- profile_page 改用 rewardService.getMyRewardSummary()

这样简化了架构,数据从源头获取,避免同步问题。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 00:36:53 -08:00
..
kafka refactor(reward): 前端直接从 reward-service 查询奖励数据 2025-12-11 00:36:53 -08:00
persistence feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
redis feat(wallet-service): add Redis caching for wallet queries 2025-12-06 18:37:13 -08:00
infrastructure.module.ts feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00