|
@@ -315,7 +315,7 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
|
|
notifyMap.put("channelType", channelType);
|
|
notifyMap.put("channelType", channelType);
|
|
notifyMap.put("orderNo", "");
|
|
notifyMap.put("orderNo", "");
|
|
studentPaymentOrderService.updateOrder(notifyMap);
|
|
studentPaymentOrderService.updateOrder(notifyMap);
|
|
- return BaseController.failed(HttpStatus.CREATED, "恭喜您,支付成功!");
|
|
|
|
|
|
+ return BaseController.failed(HttpStatus.CREATED, notifyMap,"恭喜您,支付成功!");
|
|
}
|
|
}
|
|
|
|
|
|
String baseApiUrl = sysConfigDao.findConfigValue("base_api_url");
|
|
String baseApiUrl = sysConfigDao.findConfigValue("base_api_url");
|
|
@@ -511,7 +511,7 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
|
|
notifyMap.put("channelType", channelType);
|
|
notifyMap.put("channelType", channelType);
|
|
notifyMap.put("orderNo", "");
|
|
notifyMap.put("orderNo", "");
|
|
studentPaymentOrderService.updateOrder(notifyMap);
|
|
studentPaymentOrderService.updateOrder(notifyMap);
|
|
- return BaseController.failed(HttpStatus.CREATED, "恭喜您,支付成功!");
|
|
|
|
|
|
+ return BaseController.failed(HttpStatus.CREATED, notifyMap,"恭喜您,支付成功!");
|
|
}
|
|
}
|
|
|
|
|
|
String baseApiUrl = sysConfigDao.findConfigValue("base_api_url");
|
|
String baseApiUrl = sysConfigDao.findConfigValue("base_api_url");
|