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

Commit 114039b9 authored by zhoujianping's avatar zhoujianping

1.支付宝小程序退款接口修改

parent 752ba4de
......@@ -556,7 +556,7 @@ public class DragonOrderRefundsServiceImpl implements IDragonOrderRefundsService
"\"refund_reason\":\"" + reason + "\"," +
"\"refund_amount\":\"" + price.doubleValue() + "\"}"); //设置业务参数
AlipayClient httpClient = null;
if(StringUtil.isNotEmpty(paymentType) && paymentId.equals(DragonConstant.REFUND_TYPE_APPLET_ALIPAY)){
if(paymentType.equals(DragonConstant.REFUND_TYPE_APPLET_ALIPAY)){
//支付小程序
httpClient=PayAlipayUtils.getInstance().getHttpClientApplet();
}else {
......
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