fix bug
This commit is contained in:
@@ -110,7 +110,7 @@ public class MqMessageRecordServiceImpl extends ServiceImpl<MqMessageRecordMappe
|
|||||||
diFyImageReq.setUser(user);
|
diFyImageReq.setUser(user);
|
||||||
diFyImageReq.setFlowId(imageFlowId);
|
diFyImageReq.setFlowId(imageFlowId);
|
||||||
JSONObject imageInputs = new JSONObject();
|
JSONObject imageInputs = new JSONObject();
|
||||||
imageInputs.put("image", JSON.toJSONString(diFyImageWorkFlow));
|
imageInputs.put("image", diFyImageWorkFlow);
|
||||||
diFyImageReq.setInputs(imageInputs);
|
diFyImageReq.setInputs(imageInputs);
|
||||||
|
|
||||||
//调用dify图片分析workflow
|
//调用dify图片分析workflow
|
||||||
|
|||||||
Reference in New Issue
Block a user