Ver Fonte

20250415 dify功能修改

lrj há 4 meses atrás
pai
commit
4d6f748bcd

+ 2 - 0
src/main/java/cn/cslg/pas/service/common/DifyService.java

@@ -63,6 +63,8 @@ public class DifyService {
     private String OAApiKey;
     @Value("${DIFY.url}")
     private String url;
+    @Value("${DIFY.checkApiKey}")
+    private String checkApiKey;
     @Value("${FileDownloadUrl}")
     private String fileDownloadUrl;
     @Value("${DIFY.cliamKey}")