1
zj
2026-03-13 59877a4089ab84920fcd2d2d4982d032dc09afc6
src/main/java/com/nq/service/IPayService.java
@@ -2,8 +2,13 @@
import com.nq.common.ServerResponse;
import com.nq.pojo.PaymentResponse;
import com.nq.pojo.PayoutCallbackVo;
import com.nq.pojo.RechargeCallbackVo;
import com.nq.pojo.TransactionStatusVo;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
@@ -18,11 +23,21 @@
  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(PaymentResponse vo, HttpServletResponse response) throws IOException;
    void rechargeCallbackTwo(TransactionStatusVo vo, HttpServletResponse response) throws IOException;
    void rechargeCallbackZero(com.nq.pojo.PaymentNotifyResponse vo, HttpServletResponse response) throws IOException;
    void rechargeCallbackThree(TransactionStatusVo vo, HttpServletResponse response) throws IOException;
    void payoutCallback(PayoutCallbackVo vo, HttpServletResponse response) throws IOException;
}