测试链接

This commit is contained in:
qikongjian 2025-09-20 11:37:35 +08:00
parent dacce5e142
commit 3ceee3752b

View File

@ -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'
};
}