1
zj
7 days ago 16f5baf41e3224ccb43fce45de968833f9f022d2
src/main/java/com/nq/service/IPayService.java
@@ -20,4 +20,10 @@
  ServerResponse flyPay(String paramString1, String paramString2, String paramString3, HttpServletRequest paramHttpServletRequest);
  
  ServerResponse flyNotify(HttpServletRequest paramHttpServletRequest);
  ServerResponse ococnPay(String payType, String payAmt, HttpServletRequest request);
  ServerResponse ococnNotify(HttpServletRequest request);
  String ococnReturn(HttpServletRequest request);
}