fix 舆情自动化图片分析代码

This commit is contained in:
lxu75
2025-03-10 19:59:37 +08:00
parent dffb097723
commit e27c66da84
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ public class DifyImageWorkFlow {
private String type = "image";
private String imageUrl;
private String url;
}

View File

@@ -104,7 +104,7 @@ public class MqMessageRecordServiceImpl extends ServiceImpl<MqMessageRecordMappe
if (contentNode.getNodeType().equals(NodeTypeEnum.IMAGE.getCode())) {
//构建图片分析请求对象
DifyImageWorkFlow diFyImageWorkFlow = new DifyImageWorkFlow();
diFyImageWorkFlow.setImageUrl(contentNode.getNodeContent());
diFyImageWorkFlow.setUrl(contentNode.getNodeContent());
DiFyReq diFyImageReq = new DiFyReq();
diFyImageReq.setUser(user);