浏览代码

update 支付加上回调地址

周箭河 4 年之前
父节点
当前提交
db594ff20c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mec-student/src/main/java/com/ym/mec/student/controller/StudentOrderController.java

+ 2 - 0
mec-student/src/main/java/com/ym/mec/student/controller/StudentOrderController.java

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