This commit is contained in:
lxu75
2025-03-10 20:23:28 +08:00
parent d1e6020820
commit 44fbc1c15a

View File

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