{
  "message": "Vivo Gallery API",
  "endpoints": {
    "GET /api/posts": "获取帖子列表（支持 page, pageSize 参数）",
    "GET /api/posts/:id": "获取帖子详情",
    "GET /api/posts/recent": "最近帖子",
    "GET /api/status": "服务状态",
    "POST /api/sync": "手动触发同步"
  }
}