执行任务的流程逻辑 变更
devhuozheluoji
周文涛 2 years ago
parent 76cfd00bfd
commit 9286533797

@ -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 {

Loading…
Cancel
Save