Merge branch 'dev6.8.6.5-platform-quality4app' into test6.8.6.5
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1612,7 +1612,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { | @@ -1612,7 +1612,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { | ||
1612 | JSONObject jsonReqObj = getStringHttpEntity(buyerOrder, sellerGoods, appraiseAddress.getAddress(), skup, req.getPayMethod()); | 1612 | JSONObject jsonReqObj = getStringHttpEntity(buyerOrder, sellerGoods, appraiseAddress.getAddress(), skup, req.getPayMethod()); |
1613 | HttpEntity<String> formEntity = new HttpEntity<>(jsonReqObj.toString(), getHttpHeaders()); | 1613 | HttpEntity<String> formEntity = new HttpEntity<>(jsonReqObj.toString(), getHttpHeaders()); |
1614 | 1614 | ||
1615 | - LOGGER.info("getSfWaybillCode formEntity is {}", formEntity.toString()); | 1615 | + LOGGER.info("getSfWaybillCode formEntity is {}, url is {}", formEntity.toString(), url); |
1616 | ResponseEntity<JSONObject> responseResponseEntity = restTemplate.postForEntity(url, formEntity, JSONObject.class); | 1616 | ResponseEntity<JSONObject> responseResponseEntity = restTemplate.postForEntity(url, formEntity, JSONObject.class); |
1617 | JSONObject body = responseResponseEntity.getBody(); | 1617 | JSONObject body = responseResponseEntity.getBody(); |
1618 | LOGGER.info("erp result is {}", body); | 1618 | LOGGER.info("erp result is {}", body); |
-
Please register or login to post a comment