文字转语音

This commit is contained in:
spllzh
2025-10-04 19:52:06 +08:00
parent 24c00c22ab
commit 06730b656e
51 changed files with 5157 additions and 8 deletions

View File

@@ -51,6 +51,10 @@ public interface ICustomerProfileAnalysisService extends IService<CustomerProfil

View File

@@ -39,7 +39,7 @@ public class ConsultingScenarioServiceImpl
@Value("${dify.api.workflow-endpoint-consultingScenar}")
private String difyApiUrlEndPoint;
@Value("${dify.api.apikey-consultingScenar}")
@Value("${dify.api.apikey-consultingScenar}") //【AI】DCC用户问题分类提取
private String difyApiKey;
private final ObjectMapper objectMapper = new ObjectMapper();

View File

@@ -86,6 +86,10 @@ public class CustomerProfileAnalysisServiceImpl extends ServiceImpl<CustomerProf