From 3ceee3752b9792cc53d24af208883e6cdd103ce0 Mon Sep 17 00:00:00 2001 From: qikongjian Date: Sat, 20 Sep 2025 11:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/export-service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/export-service.ts b/utils/export-service.ts index 4900cb6..6ba4aea 100644 --- a/utils/export-service.ts +++ b/utils/export-service.ts @@ -115,8 +115,8 @@ export class VideoExportService { this.config = { maxRetries: config.maxRetries || 3, pollInterval: config.pollInterval || 5000, // 5秒轮询 - apiBaseUrl: 'https://smartcut.api.movieflow.ai', - // apiBaseUrl: process.env.NEXT_PUBLIC_CUTAPI_URL || 'https://smartcut.api.movieflow.ai' + apiBaseUrl: 'http://77.smartcut.py.qikongjian.com', + //apiBaseUrl: process.env.NEXT_PUBLIC_CUTAPI_URL || 'https://smartcut.api.movieflow.ai' }; }