rwadurian/backend/services/wallet-service/src
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
..
api refactor: use accountSequence as unified user identifier across all services 2025-12-10 13:55:03 -08:00
application refactor: use accountSequence as unified user identifier across all services 2025-12-10 13:55:03 -08:00
config feat(wallet-service): add Redis caching for wallet queries 2025-12-06 18:37:13 -08:00
domain feat(planting): add payment reliability improvements 2025-12-10 06:31:54 -08:00
infrastructure refactor(reward): 前端直接从 reward-service 查询奖励数据 2025-12-11 00:36:53 -08:00
shared feat(deposit): add accountSequence correlation and testnet support 2025-12-08 10:26:01 -08:00
app.module.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
main.ts feat(sync): implement Outbox Pattern for reward-service to wallet-service sync 2025-12-10 23:26:49 -08:00