Authored by mali

上链迁移

@@ -603,7 +603,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ @@ -603,7 +603,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
603 infoMap.put("last_transaction_id", productChain.getTransactionId()); 603 infoMap.put("last_transaction_id", productChain.getTransactionId());
604 } 604 }
605 logger.info("req url is {}, params is {}", syncBlockChain_url, infoMap); 605 logger.info("req url is {}, params is {}", syncBlockChain_url, infoMap);
606 - String result = serviceCaller.post("", syncBlockChain_url, infoMap, String.class, null).get(5); 606 + String result = serviceCaller.call("ufoPlatform.addItem", infoMap, String.class, 5);
607 logger.info(" result is {}", result); 607 logger.info(" result is {}", result);
608 } 608 }
609 609