| | |
| | | import com.yeshi.fanli.entity.bus.user.AlipayTransferResultInfo;
|
| | | import com.yeshi.fanli.entity.bus.user.Extract;
|
| | | import com.yeshi.fanli.entity.common.AdminUser;
|
| | | import com.yeshi.fanli.exception.AlipayAccountException;
|
| | | import com.yeshi.fanli.exception.AlipayTransferException;
|
| | | import com.yeshi.fanli.exception.ExtractException;
|
| | | import com.yeshi.fanli.exception.NotExistObjectException;
|
| | | import com.yeshi.fanli.exception.ObjectStateException;
|
| | |
|
| | |
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public List<Integer> checkExtract(String uid);
|
| | | public void checkExtract(String uid) throws ExtractException ;
|
| | |
|
| | | public Extract selectByPrimaryKey(Long id);
|
| | |
|
| | |
| | |
|
| | | public void testExtractSuccess(Long id);
|
| | |
|
| | | |
| | | /**
|
| | | * 统计今日提现
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public double countTodayMoney(Long uid);
|
| | |
|
| | | }
|