Commit 653acae7 authored by jiaorz's avatar jiaorz

添加支付宝支付渠道

parent 983ddc5b
...@@ -303,6 +303,8 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> { ...@@ -303,6 +303,8 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
request.setBizContent("{" + request.setBizContent("{" +
"\"total_amount\":\"" + realAmount + "\"," + "\"total_amount\":\"" + realAmount + "\"," +
"\"subject\":\"" + orderPayVo.getSubject() + "\"," + "\"subject\":\"" + orderPayVo.getSubject() + "\"," +
"\"enable_pay_channels\":\"pcredit,moneyFund,debitCardExpress\"," +
"\"specified_channel\":\"pcredit\"," +
"\"out_trade_no\":\"" + orderPayVo.getTradeNo() + "\"" + "\"out_trade_no\":\"" + orderPayVo.getTradeNo() + "\"" +
" }"); " }");
request.setNotifyUrl(notifyUrl); request.setNotifyUrl(notifyUrl);
......
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