...
|
...
|
@@ -1612,7 +1612,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { |
|
|
JSONObject jsonReqObj = getStringHttpEntity(buyerOrder, sellerGoods, appraiseAddress.getAddress(), skup, req.getPayMethod());
|
|
|
HttpEntity<String> formEntity = new HttpEntity<>(jsonReqObj.toString(), getHttpHeaders());
|
|
|
|
|
|
LOGGER.info("getSfWaybillCode formEntity is {}", formEntity.toString());
|
|
|
LOGGER.info("getSfWaybillCode formEntity is {}, url is {}", formEntity.toString(), url);
|
|
|
ResponseEntity<JSONObject> responseResponseEntity = restTemplate.postForEntity(url, formEntity, JSONObject.class);
|
|
|
JSONObject body = responseResponseEntity.getBody();
|
|
|
LOGGER.info("erp result is {}", body);
|
...
|
...
|
|