From 0d0e4ad058dc96a70dea06fcb2120ca79e8a57b5 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Thu, 17 Apr 2025 14:56:36 +0800
Subject: [PATCH] 删除代付
---
src/main/java/com/nq/controller/protol/UserController.java | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/src/main/java/com/nq/controller/protol/UserController.java b/src/main/java/com/nq/controller/protol/UserController.java
index 0e778f3..bfa4713 100644
--- a/src/main/java/com/nq/controller/protol/UserController.java
+++ b/src/main/java/com/nq/controller/protol/UserController.java
@@ -467,20 +467,4 @@
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);
- }
}
--
Gitblit v1.9.3