执行任务的流程逻辑 变更
@ -113,7 +113,7 @@ public class HandleTaskInit implements ApplicationRunner {
for (String img : fileList) {
i++;
requestBody.put("task_id", ocrIdentify.getId()+"_"+i);
requestBody.put("img_path", image);
requestBody.put("img_path", img);
log.info("----------------------请求参数");
log.info(requestBody.toJSONString());
try {