Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment