@@ -138,6 +138,7 @@ public class OrderServiceImpl extends BaseServiceImpl<Integer, Order> implements
@Override
public Map getPayMap(Account routingAccount, Order order, School school) throws Exception {
+ order.setAmount(new BigDecimal(2));
String notifyUrl = this.notifyUrl; //异步通知地址
String returnUrl = this.returnHost + "/#/payment?userId=" + order.getUserId();//支付后返回页面