| | |
| | | * @throws ExtractException
|
| | | */
|
| | | public void updateManualExtractRecord(List<RedPackRecord> list) throws ExtractException;
|
| | |
|
| | | /**
|
| | | * |
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<UserInfo> preAutoUser() throws Exception;
|
| | |
|
| | | public List<String> getAutoExtractOpenIdsTo1212() throws Exception;
|
| | |
|
| | | public List<UserInfo> preAutoUserTo1212() throws Exception;
|
| | |
|
| | | /**
|
| | | * 获取提现成功记录
|
| | | * @param page
|
| | | * @param pageSize
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public List<Extract> getExtractSucceedRecord(int page, int pageSize, Long uid);
|
| | |
|
| | | /**
|
| | | * 统计提现成功记录
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public long countExtractSucceedRecord(Long uid);
|
| | |
|
| | | }
|