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