Commit bddf4bb3 authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/dev' into dev

parents e87b01aa 0680b601
......@@ -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