|  | @@ -240,7 +240,7 @@ public class MusicGroupController extends BaseController {
 | 
	
		
			
				|  |  |          Map payMap = payService.getPayMap(
 | 
	
		
			
				|  |  |                  orderAmount,
 | 
	
		
			
				|  |  |                  orderNo,
 | 
	
		
			
				|  |  | -                "http://mstudev.dayaedu.com/api-student/studentOrder/notify",
 | 
	
		
			
				|  |  | +                "http://47.99.212.176:8000/studentOrder/notify",
 | 
	
		
			
				|  |  |                  "http://mstudev.dayaedu.com/#/paymentResult",
 | 
	
		
			
				|  |  |                  "测试订单",
 | 
	
		
			
				|  |  |                  "测试订单");
 | 
	
	
		
			
				|  | @@ -318,7 +318,7 @@ public class MusicGroupController extends BaseController {
 | 
	
		
			
				|  |  |          IdWorker idWorker = new IdWorker(0, 0);
 | 
	
		
			
				|  |  |          String orderNo = idWorker.nextId();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        Map payMap = payService.getPayMap(orderAmount, orderNo, "https://pay.dayaedu.com/api/yqpay/notify", "http://dev.dayaedu.com", "测试订单", "测试订单");
 | 
	
		
			
				|  |  | +        Map payMap = payService.getPayMap(orderAmount, orderNo, "http://47.99.212.176:8000/studentOrder/notify", "http://dev.dayaedu.com", "测试订单", "测试订单");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          studentRegistrationService.reAddOrder(userId, amount, orderNo, "双乾", courseFee, goodsGroups, goodsList, otherGoodsList, studentRegistration.getMusicGroupId(),ApplyOrder);
 | 
	
		
			
				|  |  |  
 |