From e0ce7bc8678e771d13090d9b262eb833aef114b9 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Fri, 04 Jul 2025 18:44:31 +0800
Subject: [PATCH] 新增websocket美国、墨西哥客户端 多线程执行同步股票、新闻咨询抓取
---
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