zyy
2026-01-12 d243ceca02063628d03c3c637693a704e728ceff
src/main/java/com/nq/service/IPayService.java
@@ -2,8 +2,12 @@
import com.nq.common.ServerResponse;
import com.nq.pojo.PaymentResponse;
import com.nq.pojo.RechargeCallbackVo;
import org.springframework.web.bind.annotation.RequestParam;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
@@ -18,11 +22,14 @@
  ServerResponse juhenewpayNotify(HttpServletRequest paramHttpServletRequest) throws UnsupportedEncodingException;
  ServerResponse flyPay(String paramString1, String paramString2, String paramString3, HttpServletRequest paramHttpServletRequest);
  ServerResponse flyPay(String payAmt,
                        HttpServletRequest request);
  
  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;
}