瀏覽代碼

图片解析ai

zrd 4 月之前
父節點
當前提交
14c8100011

+ 1 - 1
yudao-module-infra/yudao-module-infra-biz/src/main/java/cn/iocoder/yudao/module/infra/controller/admin/aipromptmanagement/AppAiController.java → yudao-module-infra/yudao-module-infra-biz/src/main/java/cn/iocoder/yudao/module/infra/controller/admin/aipromptmanagement/AiController.java

@@ -32,7 +32,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
 @RestController
 @RequestMapping("/infra/ai-dify")
 @Validated
-public class AppAiController {
+public class AiController {
     @Resource
     private WorkflowRunService workflowRunService;