dify代理管理端
Go to file
zhuangtianxiang c1f8f896d6 refactor(dify): 优化 workflow 运行接口返回值类型- 将 DifyWorkflowService接口的 run 方法返回值类型从 WorkflowData 改为 WorkflowRunResponse
- 更新 DifyWorkflowServiceImpl 中的 run 方法实现
-调整 V1WorkflowController 中的 runWorkflow 方法返回类型
2025-05-06 19:24:12 +08:00
src refactor(dify): 优化 workflow 运行接口返回值类型- 将 DifyWorkflowService接口的 run 方法返回值类型从 WorkflowData 改为 WorkflowRunResponse 2025-05-06 19:24:12 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml perf(connection): 优化数据库连接池配置并升级 Dify 相关依赖 2025-05-06 01:47:11 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端