|
|
|
@@ -454,7 +454,7 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
} else { |
|
|
|
wxRefundOrderP.setRefund_desc("用户自己退款"); |
|
|
|
} |
|
|
|
wxRefundOrderP.setNotify_url(payAccount.getNotifyUrl() + "/refund"); |
|
|
|
wxRefundOrderP.setNotify_url(payAccount.getRefundNotifyUrl()); |
|
|
|
|
|
|
|
Map signMap = null; |
|
|
|
try { |
|
|
|
@@ -532,7 +532,7 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
} else { |
|
|
|
wxRefundOrderSP.setRefund_desc("用户自己退款"); |
|
|
|
} |
|
|
|
wxRefundOrderSP.setNotify_url(payAccount.getNotifyUrl() + "/refund"); |
|
|
|
wxRefundOrderSP.setNotify_url(payAccount.getRefundNotifyUrl()); |
|
|
|
wxRefundOrderSP.setSign_type("HMAC-SHA256"); |
|
|
|
|
|
|
|
Map signMap = null; |
|
|
|
@@ -611,7 +611,7 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
} else { |
|
|
|
wxRefundOrderP.setRefund_desc("用户自己退款"); |
|
|
|
} |
|
|
|
wxRefundOrderP.setNotify_url(payAccount.getNotifyUrl() + "/refund"); |
|
|
|
wxRefundOrderP.setNotify_url(payAccount.getRefundNotifyUrl()); |
|
|
|
|
|
|
|
Map returnMap = null; |
|
|
|
try { |
|
|
|
@@ -789,7 +789,7 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
} else { |
|
|
|
wxRefundOrderP.setRefund_desc("用户自己退款"); |
|
|
|
} |
|
|
|
wxRefundOrderP.setNotify_url(payAccount.getNotifyUrl() + "/refund"); |
|
|
|
wxRefundOrderP.setNotify_url(payAccount.getRefundNotifyUrl()); |
|
|
|
|
|
|
|
Map signMap = null; |
|
|
|
try { |
|
|
|
@@ -867,7 +867,7 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
} else { |
|
|
|
wxRefundOrderSP.setRefund_desc("用户自己退款"); |
|
|
|
} |
|
|
|
wxRefundOrderSP.setNotify_url(payAccount.getNotifyUrl() + "/refund"); |
|
|
|
wxRefundOrderSP.setNotify_url(payAccount.getRefundNotifyUrl()); |
|
|
|
wxRefundOrderSP.setSign_type("HMAC-SHA256"); |
|
|
|
|
|
|
|
Map signMap = null; |
|
|
|
@@ -946,7 +946,7 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
} else { |
|
|
|
wxRefundOrderP.setRefund_desc("用户自己退款"); |
|
|
|
} |
|
|
|
wxRefundOrderP.setNotify_url(payAccount.getNotifyUrl() + "/refund"); |
|
|
|
wxRefundOrderP.setNotify_url(payAccount.getRefundNotifyUrl()); |
|
|
|
|
|
|
|
Map returnMap = null; |
|
|
|
try { |
|
|
|
|