提交 ec292521 authored 作者: hzh's avatar hzh

生成环境修改

上级 e8ee2edb
...@@ -60,7 +60,6 @@ public class JsapiPayStrategy implements IPayStrategy { ...@@ -60,7 +60,6 @@ public class JsapiPayStrategy implements IPayStrategy {
if (amount <= 0) { if (amount <= 0) {
throw new RuntimeException("退款金额不能小于等于0"); throw new RuntimeException("退款金额不能小于等于0");
} }
amount = 1;
RefundModel model = new RefundModel() RefundModel model = new RefundModel()
.setOut_trade_no(or.getOrderPayNo()) .setOut_trade_no(or.getOrderPayNo())
.setOut_refund_no(or.getOrderRefundNo()) .setOut_refund_no(or.getOrderRefundNo())
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论