Commit 8aa59f20 authored by jiaorz's avatar jiaorz

添加支付宝支付渠道

parent 3d7e8a0c
......@@ -320,7 +320,6 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
"\"total_amount\":\"" + realAmount + "\"," +
"\"subject\":\"" + orderPayVo.getSubject() + "\"," +
"\"enable_pay_channels\":\"balance,coupon,creditCard,creditCardExpress,creditCardCartoon,pcredit,credit_group,moneyFund,debitCardExpress\"," +
"\"specified_channel\":\"pcredit\"," +
"\"out_trade_no\":\"" + orderPayVo.getTradeNo() + "\"" +
" }");
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