From 16805dfa320dfb18587128d699ee809dbee96c0e Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Wed, 12 Mar 2025 15:39:12 +0800
Subject: [PATCH] 第三方充值

---
 src/main/java/com/nq/service/IPayService.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/nq/service/IPayService.java b/src/main/java/com/nq/service/IPayService.java
index fdf38a2..e3025c8 100644
--- a/src/main/java/com/nq/service/IPayService.java
+++ b/src/main/java/com/nq/service/IPayService.java
@@ -2,8 +2,10 @@
 
 
 import com.nq.common.ServerResponse;
+import com.nq.pojo.RechargeCallbackVo;
 
 import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
 import java.io.IOException;
 import java.io.UnsupportedEncodingException;
 
@@ -18,11 +20,13 @@
 
   ServerResponse juhenewpayNotify(HttpServletRequest paramHttpServletRequest) throws UnsupportedEncodingException;
 
-  ServerResponse flyPay(String paramString1, String paramString2, String paramString3, HttpServletRequest paramHttpServletRequest);
+  ServerResponse flyPay(Integer paramString1, String paramString2, String paramString3, HttpServletRequest paramHttpServletRequest);
   
   ServerResponse flyNotify(HttpServletRequest paramHttpServletRequest) throws IOException;
 
   ServerResponse flyNotify(HttpServletRequest paramHttpServletRequest,String key) throws IOException;
 
   ServerResponse withdrawNotify(HttpServletRequest paramHttpServletRequest,String key) throws IOException;
+
+    void rechargeCallback(HttpServletResponse response, RechargeCallbackVo rechargeCallbackVo) throws IOException;
 }

--
Gitblit v1.9.3