|
|
@ -113,7 +113,7 @@ public class HandleTaskInit implements ApplicationRunner {
|
|
|
|
for (String img : fileList) {
|
|
|
|
for (String img : fileList) {
|
|
|
|
i++;
|
|
|
|
i++;
|
|
|
|
requestBody.put("task_id", ocrIdentify.getId()+"_"+i);
|
|
|
|
requestBody.put("task_id", ocrIdentify.getId()+"_"+i);
|
|
|
|
requestBody.put("img_path", image);
|
|
|
|
requestBody.put("img_path", img);
|
|
|
|
log.info("----------------------请求参数");
|
|
|
|
log.info("----------------------请求参数");
|
|
|
|
log.info(requestBody.toJSONString());
|
|
|
|
log.info(requestBody.toJSONString());
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|