This commit is contained in:
lxu75
2025-03-11 11:17:31 +08:00
parent a0b53869db
commit c36261d8fa

View File

@@ -110,7 +110,7 @@ public class MqMessageRecordServiceImpl extends ServiceImpl<MqMessageRecordMappe
diFyImageReq.setUser(user);
diFyImageReq.setFlowId(imageFlowId);
JSONObject imageInputs = new JSONObject();
imageInputs.put("image", JSON.toJSONString(diFyImageWorkFlow));
imageInputs.put("image", diFyImageWorkFlow);
diFyImageReq.setInputs(imageInputs);
//调用dify图片分析workflow