|
@@ -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);
|
|
|
|