|
@@ -157,6 +157,7 @@ public class StudentOrderController extends BaseController {
|
|
|
} catch (Exception e) {
|
|
|
throw new RuntimeException(e);
|
|
|
}
|
|
|
+ return paymentService.returnNotifyResult(request);
|
|
|
/*
|
|
|
PaymentChannelEnum paymentChannel = PaymentChannelEnum.codeOf(studentPaymentOrder.getPaymentChannel());
|
|
|
|
|
@@ -250,7 +251,7 @@ public class StudentOrderController extends BaseController {
|
|
|
return e.getMessage();
|
|
|
}
|
|
|
*/
|
|
|
- return "succeeded";
|
|
|
+// return "succeeded";
|
|
|
}
|
|
|
|
|
|
@PostMapping("/notify")
|