{
  "ok": true,
  "name": "Dayrune API",
  "environment": "production",
  "endpoints": [
    {
      "method": "GET",
      "path": "/health",
      "description": "Worker 健康检查"
    },
    {
      "method": "GET",
      "path": "/radar/latest",
      "description": "最新机会雷达日报 JSON"
    }
  ]
}