From deafcedd8944036725f9e8e44fb1e16800e7b99c Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Tue, 01 Jul 2025 18:57:29 +0800
Subject: [PATCH] 1
---
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