Commit eb006a2e authored by jiaorz's avatar jiaorz

Merge branch 'master-bug' into dev

parents 628fb80e 8aa59f20
......@@ -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