1
zj
2024-06-03 09206aedcfdf30050123e99f2af0a192ebad1de4
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);
}