From bfcbef7a6bf2eb73bbf7ae84dac49a8f49db1e1c Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 08 Jul 2025 14:49:45 +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