rwadurian/backend/mpc-system/services
Developer 1700b8b57c fix(mpc-system): 使用 curl 进行健康检查
- 将 wget --spider (HEAD 请求) 改为 curl -sf (GET 请求)
- Gin 路由只响应 GET 请求,HEAD 请求返回 404
- 安装 curl 替代 wget

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 17:23:17 -08:00
..
account fix(mpc-system): 使用 curl 进行健康检查 2025-12-03 17:23:17 -08:00
message-router fix(mpc-system): 使用 curl 进行健康检查 2025-12-03 17:23:17 -08:00
server-party fix(mpc-system): 使用 curl 进行健康检查 2025-12-03 17:23:17 -08:00
session-coordinator fix(mpc-system): 使用 curl 进行健康检查 2025-12-03 17:23:17 -08:00