From d33532187f3ec248cc279d6600a77a74e6e75097 Mon Sep 17 00:00:00 2001 From: zyy3 <zyy3@zy.com> Date: Mon, 25 Aug 2025 23:02:07 +0800 Subject: [PATCH] 11 --- 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