|
@@ -2779,7 +2779,7 @@ public class WeiXinCorpController {
|
|
HttpEntity<JSONObject> detailEntity = new HttpEntity<>(detailMap, headers);
|
|
HttpEntity<JSONObject> detailEntity = new HttpEntity<>(detailMap, headers);
|
|
ResponseEntity<String> detailResponseEntity = restTemplate.postForEntity(detailUrl, detailEntity, String.class);
|
|
ResponseEntity<String> detailResponseEntity = restTemplate.postForEntity(detailUrl, detailEntity, String.class);
|
|
String body = detailResponseEntity.getBody();
|
|
String body = detailResponseEntity.getBody();
|
|
- System.out.println("+++++++++++++++++++++++++++++++订单详情信息");
|
|
|
|
|
|
+ System.out.println("+++++++++++++++++++++++++++++++++++++++订单详情信息!");
|
|
System.out.println(body);
|
|
System.out.println(body);
|
|
JSONObject orderDetail = JSONObject.parseObject(body);
|
|
JSONObject orderDetail = JSONObject.parseObject(body);
|
|
if (orderDetail.getInteger("errcode")==0){
|
|
if (orderDetail.getInteger("errcode")==0){
|