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

Commit a48cc5bc authored by zhoujianping's avatar zhoujianping

1.支付宝小程序退款接口增加退款日志

parent 114039b9
......@@ -563,6 +563,7 @@ public class DragonOrderRefundsServiceImpl implements IDragonOrderRefundsService
httpClient=PayAlipayUtils.getInstance().getHttpClient();
}
AlipayTradeRefundResponse response = httpClient.execute(request);
log.info("支付宝退款AlipayTradeRefundResponse={}",response);
if (response.getFundChange() == null || response.getFundChange().equals("N")) {
try {
refundStatus = DragonConstant.RefundStatusEnum.STATUS_ERROR.getCode();
......
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