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); }