From 09206aedcfdf30050123e99f2af0a192ebad1de4 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 03 Jun 2024 18:08:33 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/java/com/nq/service/IPayService.java b/src/main/java/com/nq/service/IPayService.java
index ed5eb66..9e42029 100644
--- a/src/main/java/com/nq/service/IPayService.java
+++ b/src/main/java/com/nq/service/IPayService.java
@@ -2,7 +2,6 @@
 
 
 import com.nq.common.ServerResponse;
-import com.nq.pojo.UserRecharge;
 
 import javax.servlet.http.HttpServletRequest;
 import java.io.IOException;
@@ -19,14 +18,11 @@
 
   ServerResponse juhenewpayNotify(HttpServletRequest paramHttpServletRequest) throws UnsupportedEncodingException;
 
-  ServerResponse flyPay(Integer paramString1, String paramString2, String paramString3,String payId, HttpServletRequest paramHttpServletRequest);
-  ServerResponse flyPayAmt(HttpServletRequest paramHttpServletRequest,UserRecharge userRecharge);
+  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;
-
-  ServerResponse editRecharge(UserRecharge userRecharge);
 }

--
Gitblit v1.9.3