dify代理管理端
Go to file
zhuangtianxiang 6cf9e2a3fd feat(dify): 增加基于 appType 的应用查询功能并优化异常处理
- 在 AppEntity 中添加 AppType 枚举字段,用于区分不同类型的 app
- 在 AppEntityService 中新增 getAppsByAppType 方法,根据 appType 获取应用列表
- 在 AppEntityServiceImpl 中实现 getAppsByAppType 方法,使用 LambdaQueryWrapper 进行查询
- 在 V1ServerController 中添加 getAppsByAppType 接口,提供基于 appType 的应用列表查询
- 优化 ExceptionUtil 中的异常处理,统一使用 difyException 方法处理异常- 在 V1ChatController 和V1WorkflowController 中使用新的 difyException 方法处理异常
- 移除 MybatisPlusConfig 中未使用的代码,简化配置
2025-05-13 21:03:18 +08:00
src feat(dify): 增加基于 appType 的应用查询功能并优化异常处理 2025-05-13 21:03:18 +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
Dockerfile feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端