This website requires JavaScript.
Explore
Help
Sign In
vertoryao
/
dify-proxy-backend
Watch
1
Star
0
Fork
0
You've already forked dify-proxy-backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
19
Commits
1
Branch
0
Tags
309
KiB
Java
99.1%
Fluent
0.9%
c1f8f896d6
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
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
README.md
dify-proxy-backend
dify代理管理端