| | |
| | | |
| | | import com.github.pagehelper.PageInfo; |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.pojo.PaymentCallbackTwo; |
| | | import com.nq.pojo.TradeResultVO; |
| | | import com.nq.pojo.UserWithdraw; |
| | | |
| | |
| | | |
| | | ServerResponse<PageInfo> listByAdmin(Integer paramInteger1, Integer paramInteger2, String paramString1, Integer paramInteger3, String paramString2, String paramString3, HttpServletRequest paramHttpServletRequest, int paramInt1, int paramInt2); |
| | | |
| | | ServerResponse updateState(Integer paramInteger1, Integer paramInteger2, String paramString, |
| | | HttpServletRequest request, HttpServletResponse response) throws Exception; |
| | | ServerResponse updateState(Integer paramInteger1, Integer paramInteger2, String paramString,HttpServletRequest request, HttpServletResponse response) throws Exception; |
| | | |
| | | int deleteByUserId(Integer paramInteger); |
| | | |
| | |
| | | ServerResponse deleteWithdraw(Integer withdrawId); |
| | | |
| | | List<UserWithdraw> exportByAdmin( Integer agentId, Integer userId, String realName, Integer state, String beginTime, String endTime, HttpServletRequest request); |
| | | |
| | | void noticePayment(TradeResultVO vo, HttpServletResponse response) throws IOException; |
| | | } |