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

Commit e190463f authored by zhengfuxin's avatar zhengfuxin

银联支付,修改bug

parent 2599db37
...@@ -103,7 +103,7 @@ public class PayChannelStrategyUnionpayImpl extends AbstractPayChannelStrategyIm ...@@ -103,7 +103,7 @@ public class PayChannelStrategyUnionpayImpl extends AbstractPayChannelStrategyIm
} }
if(result){ if(result){
notifyResult = this.completeSuccessOrder(dragonOrdersDto, notifyMap.get("transaction_id"), LocalDateTime.now(), notifyMap.toString()); notifyResult = this.completeSuccessOrder(dragonOrdersDto, notifyMap.get("queryId"), LocalDateTime.now(), notifyMap.toString());
}else{ }else{
notifyResult = this.completeFailOrder(dragonOrdersDto, notifyMap.toString()); notifyResult = this.completeFailOrder(dragonOrdersDto, notifyMap.toString());
} }
......
...@@ -128,6 +128,7 @@ public class DragonOrderRefundsServiceImpl implements IDragonOrderRefundsService ...@@ -128,6 +128,7 @@ public class DragonOrderRefundsServiceImpl implements IDragonOrderRefundsService
return ResponseDto.failure("退款失败:" + e.getMessage()); return ResponseDto.failure("退款失败:" + e.getMessage());
} }
} }
//银联退款
//微信退款接口 //微信退款接口
public DragonRefundChannelDto weyPayRefund(String orderRefundId, String refundCode, String code, String reason, BigDecimal price, BigDecimal priceTotal, String paymentId, String paymentType, String notifyUrl, LocalDateTime nowTime) { public DragonRefundChannelDto weyPayRefund(String orderRefundId, String refundCode, String code, String reason, BigDecimal price, BigDecimal priceTotal, String paymentId, String paymentType, String notifyUrl, LocalDateTime nowTime) {
......
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