更新带货视频工作流接口和页面
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.nanri.aiimage.config;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
|
||||
@Data
|
||||
@ConfigurationProperties(prefix = "aiimage.image-video")
|
||||
public class ImageVideoProperties {
|
||||
private String cozeBaseUrl = "https://api.coze.cn";
|
||||
private String cozeToken = "";
|
||||
private String cozeWorkflowPath = "/v1/workflow/run";
|
||||
private String cozeWorkflowHistoryPath = "/v1/workflows/{workflow_id}/run_histories/{execute_id}";
|
||||
private String douyinCopyWorkflowId = "7652941112982798388";
|
||||
private String imageVideoWorkflowId = "7659086169628377124";
|
||||
private String voiceDeleteWorkflowId = "7652954386453299243";
|
||||
private String voiceListWorkflowId = "7652954332346089498";
|
||||
private String voiceCloneWorkflowId = "7652954356887961641";
|
||||
private String voiceSynthesisWorkflowId = "7652954297530105894";
|
||||
private int cozeConnectTimeoutMillis = 10000;
|
||||
private int cozeReadTimeoutMillis = 600000;
|
||||
}
|
||||
Reference in New Issue
Block a user