|
@@ -269,8 +269,6 @@ public class StudentOrderController extends BaseController {
|
|
paymentParams.put("goods_desc", orderBody);
|
|
paymentParams.put("goods_desc", orderBody);
|
|
paymentParams.put("time_expire", timeExpire);
|
|
paymentParams.put("time_expire", timeExpire);
|
|
paymentParams.put("pay_mode", "delay");
|
|
paymentParams.put("pay_mode", "delay");
|
|
- paymentParams.put("notify_url", notifyUrl);
|
|
|
|
-
|
|
|
|
|
|
|
|
//延时分账时不需要
|
|
//延时分账时不需要
|
|
// List<StudentPaymentRouteOrder> routeOrders = studentPaymentRouteOrderDao.getRouteOrders(orderNo);
|
|
// List<StudentPaymentRouteOrder> routeOrders = studentPaymentRouteOrderDao.getRouteOrders(orderNo);
|