社区feed流

This commit is contained in:
spllzh
2025-09-25 19:48:57 +08:00
parent c8a3ea254e
commit 8286e68dd2
27 changed files with 136 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
package com.rj.controller;
import com.rj.dto.CommunityFeedDTO;
import com.rj.dto.DifyWorkflowRequestDto;
import com.rj.dto.DifyWorkflowResponseDto;
import com.rj.dto.CustomerProfileAnalysisRequestDto;
@@ -23,7 +24,7 @@ import java.util.Map;
*/
@Slf4j
@RestController
@RequestMapping("/api/dify")
@RequestMapping("/api/aicommunity")
@Tag(name = "Dify工作流", description = "Dify工作流API接口")
public class DifyWorkflowController {
@@ -81,6 +82,7 @@ public class DifyWorkflowController {
}
/**
* DCC对话分析工作流
*/