| | |
| | | |
| | | |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.pojo.PaymentResponse; |
| | | import com.nq.pojo.RechargeCallbackVo; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.io.IOException; |
| | | import java.io.UnsupportedEncodingException; |
| | | |
| | |
| | | ServerResponse flyNotify(HttpServletRequest paramHttpServletRequest,String key) throws IOException; |
| | | |
| | | ServerResponse withdrawNotify(HttpServletRequest paramHttpServletRequest,String key) throws IOException; |
| | | |
| | | void rechargeCallback(PaymentResponse vo, HttpServletResponse response) throws IOException; |
| | | } |