| | |
| | | |
| | | |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.pojo.UserRecharge; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.io.IOException; |
| | |
| | | |
| | | ServerResponse juhenewpayNotify(HttpServletRequest paramHttpServletRequest) throws UnsupportedEncodingException; |
| | | |
| | | ServerResponse flyPay(Integer paramString1, String paramString2, String paramString3,String payId, HttpServletRequest paramHttpServletRequest); |
| | | ServerResponse flyPayAmt(HttpServletRequest paramHttpServletRequest,UserRecharge userRecharge); |
| | | 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; |
| | | |
| | | ServerResponse editRecharge(UserRecharge userRecharge); |
| | | } |