Browse Source

20250415 dify功能修改

lrj 4 months ago
parent
commit
4d6f748bcd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/cn/cslg/pas/service/common/DifyService.java

+ 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}")