| | |
| | | public void rechargeCallbackTwo(TransactionStatusVo vo, HttpServletResponse response) throws IOException { |
| | | payService.rechargeCallbackTwo(vo,response); |
| | | } |
| | | |
| | | /** |
| | | * 代付回调通知 |
| | | */ |
| | | @PostMapping({"noticePayment.do"}) |
| | | public void noticePayment(TradeResultVO vo,HttpServletResponse response) throws IOException { |
| | | iUserWithdrawService.noticePayment(vo,response); |
| | | } |
| | | |
| | | /** |
| | | * 代付2回调通知 |
| | | */ |
| | | @PostMapping({"noticePaymentTwo.do"}) |
| | | public void noticePaymentTwo(PaymentCallbackTwo vo,HttpServletResponse response) throws IOException { |
| | | iUserWithdrawService.noticePaymentTwo(vo,response); |
| | | } |
| | | } |