From 61202ae3cb115ae13f3f646764c0f36f27f5392f Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Thu, 10 Jul 2025 17:19:58 +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