{
  "service": "Node Monitor Webhook",
  "status": "running",
  "platform": "Cloudflare Workers",
  "endpoints": {
    "POST /webhook/switch": "接收切换请求",
    "POST /webhook/notify": "接收告警通知",
    "POST /telegram": "Telegram Bot Webhook",
    "GET /setup-webhook?secret=xxx": "注册 TG Webhook",
    "GET /health": "健康检查"
  }
}