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