Browse Source

临时拆合班增加课程类型

周箭河 5 years ago
parent
commit
a2a11c228c

+ 4 - 4
mec-student/src/main/java/com/ym/mec/student/controller/MusicGroupController.java

@@ -240,10 +240,10 @@ public class MusicGroupController extends BaseController {
         Map payMap = payService.getPayMap(
                 orderAmount,
                 orderNo,
-                "https://dyme.utools.club/api-student/studentOrder/notify",
-                "https://dyme.utools.club/paymentresult",
-                "测试订单",
-                "测试订单");
+                "http://mstudev.dayaedu.com/api-student/studentOrder/notify",
+                "http://mstudev.dayaedu.com/#/paymentResult",
+                "乐团报名订单",
+                "乐团报名订单");
 
         studentRegistrationService.addOrder(studentRegistration, amount, orderNo, (String) payMap.get("type"), courseFee, goodsGroups, goodsList, otherGoodsList);