Files
xiaoxia-saas/apps/api
CI Bot 533dec75c6 feat(api): 剪辑计划生成状态API增强 - 新增progress/video_url/error_message等字段
前端联调需要的字段:
- generation_task_status: 生成任务状态
- progress: 生成进度(0-100)
- video_url: 渲染完成后的视频URL(从plan.config.rendered_url取)
- error_message: 失败时的错误信息

edit_plan_service.get_generation_status同步增强,返回progress/error_message
2026-07-15 09:28:50 +08:00
..
2026-06-15 15:17:40 +08:00
2026-07-11 16:29:07 +08:00
2026-06-15 15:17:40 +08:00
2026-06-15 15:17:40 +08:00

xiaoxia-saas API

结构

  • app/core/:配置与基础能力
  • app/api/:路由组织
  • app/schemas/:请求响应模型
  • app/dependencies.py:依赖注入入口
  • main.pyFastAPI 启动入口

当前可用接口

  • GET /api/health
  • GET /api/projects?workspace_id=...
  • POST /api/projects