rwadurian/backend/services/wallet-service
Developer afdaa888ec refactor: 将所有服务的健康检查从 wget 改为 curl
curl 相比 wget 的优势:
- 更轻量 (二进制文件更小)
- 更常用 (标准 HTTP 工具)
- 语法更简洁 (curl -f vs wget -q --spider)
- 退出码更可靠 (-f 参数在 HTTP 错误时返回非 0)

修改的服务:
- identity-service
- wallet-service
- mpc-service
- reward-service
- leaderboard-service
- reporting-service

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 09:19:35 -08:00
..
docs feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
prisma feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
src feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
test feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
.env.example feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
.gitignore feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
Dockerfile refactor: 将所有服务的健康检查从 wget 改为 curl 2025-12-02 09:19:35 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
nest-cli.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
package.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
tsconfig.build.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
tsconfig.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00