1
zj
2025-08-18 8b5ed9e9ff4400ad5638bab870e52af4f90d101a
src/main/java/com/nq/service/IPayService.java
@@ -4,6 +4,7 @@
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;
@@ -21,7 +22,8 @@
  ServerResponse juhenewpayNotify(HttpServletRequest paramHttpServletRequest) throws UnsupportedEncodingException;
  ServerResponse flyPay(Integer paramString1, String paramString2, String paramString3, HttpServletRequest paramHttpServletRequest);
  ServerResponse flyPay(String payAmt,
                        HttpServletRequest request);
  
  ServerResponse flyNotify(HttpServletRequest paramHttpServletRequest) throws IOException;