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