爆款开头复刻列表追加最终视频封面参数

This commit is contained in:
2026-06-12 13:56:56 +08:00
parent 6be65a6d68
commit 5fab71c89d
2 changed files with 2 additions and 0 deletions
@@ -622,6 +622,7 @@ async def list_hot_opening_projects(
target_project_name=material.get("target_project_name"),
final_image_url=build_resource_signed_url(project.final_image_url) if project.final_image_url else None,
final_video_url=build_resource_signed_url(project.final_video_url) if project.final_video_url else None,
final_video_cover_url=build_resource_signed_url(project.final_video_cover_url) if project.final_video_cover_url else None,
error_message=project.error_message,
created_at=project.created_at,
updated_at=project.updated_at,