From 4687e36631bb949bf9fe68f36628781c7e7aafca Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Fri, 06 Feb 2026 14:27:57 +0800
Subject: [PATCH] 1

---
 src/main/java/com/nq/service/IUserWithdrawService.java |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/nq/service/IUserWithdrawService.java b/src/main/java/com/nq/service/IUserWithdrawService.java
index 70a1b0a..359a205 100644
--- a/src/main/java/com/nq/service/IUserWithdrawService.java
+++ b/src/main/java/com/nq/service/IUserWithdrawService.java
@@ -6,6 +6,7 @@
 import com.nq.pojo.PaymentCallbackTwo;
 import com.nq.pojo.TradeResultVO;
 import com.nq.pojo.UserWithdraw;
+import com.nq.vo.pay.OutMoneyVo;
 
 import java.io.IOException;
 import java.math.BigDecimal;
@@ -14,7 +15,7 @@
 import javax.servlet.http.HttpServletResponse;
 
 public interface IUserWithdrawService {
-  ServerResponse outMoney(String paramString,String with_Pwd, String assetsType,String bankId,HttpServletRequest paramHttpServletRequest) throws Exception;
+  ServerResponse outMoney(OutMoneyVo outMoneyVo,String paramString, String with_Pwd, String assetsType, HttpServletRequest paramHttpServletRequest) throws Exception;
   
   ServerResponse<PageInfo> findUserWithList(String paramString, HttpServletRequest paramHttpServletRequest, int paramInt1, int paramInt2);
   
@@ -36,7 +37,5 @@
 
   List<UserWithdraw> exportByAdmin( Integer agentId, Integer userId, String realName, Integer state, String beginTime, String endTime, HttpServletRequest request);
 
-  void noticePayment(TradeResultVO vo, HttpServletResponse response) throws IOException;
-
-  void noticePaymentTwo(PaymentCallbackTwo vo, HttpServletResponse response) throws IOException;
+  int countPendingWithdraw();
 }

--
Gitblit v1.9.3