记得上下班打卡 | git大法好,push需谨慎

Commit b8588fc8 authored by 胡佳晨's avatar 胡佳晨

取消 dragon的改动

parent a9d3a9d6
...@@ -730,6 +730,7 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService { ...@@ -730,6 +730,7 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService {
params.add("paymentId", orderVo.getPaymentId()); params.add("paymentId", orderVo.getPaymentId());
MultiValueMap<String, String> headers = CollectionUtil.linkedMultiValueMapStringString(); MultiValueMap<String, String> headers = CollectionUtil.linkedMultiValueMapStringString();
headers.add("Accept", "application/json;charset=UTF-8"); headers.add("Accept", "application/json;charset=UTF-8");
log.debug("REFUND CALLBACK params = " + params);
String returnString = HttpUtil.post(refundApplyCallBack, params, headers); String returnString = HttpUtil.post(refundApplyCallBack, params, headers);
log.debug("REFUND CALLBACK DATA = " + returnString); log.debug("REFUND CALLBACK DATA = " + returnString);
return returnString; return returnString;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment