| | |
| | | * @return 返回如果为null,则提现申请提交成功。如果为1�?,已超过当日提现次数或提现金额!如果�?,提现金额大于我的红包!
|
| | | */
|
| | | public Integer addExtract(Extract extract);
|
| | | |
| | | // public int getCount();
|
| | |
|
| | | // public int getCount();
|
| | |
|
| | | /**
|
| | | * 通过
|
| | |
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public void checkExtract(Long uid) throws ExtractException ;
|
| | | public void checkExtract(Long uid) throws ExtractException;
|
| | |
|
| | | public Extract selectByPrimaryKey(Long id);
|
| | |
|
| | |
| | | * @param info
|
| | | */
|
| | | public void processExtractResult(AlipayTransferResultInfo info);
|
| | | |
| | | |
| | |
|
| | | public void testExtractSuccess(Long id);
|
| | |
|
| | | /**
|
| | | * 统计今日提现
|
| | | * 统计当日提现
|
| | | * |
| | | * @param uid
|
| | | * @param day yyyy-MM-dd
|
| | | * @return
|
| | | */
|
| | | public BigDecimal sumTodayApplyMoney(Long uid);
|
| | | |
| | | |
| | | public BigDecimal sumTodayApplyMoney(Long uid, String day);
|
| | |
|
| | | }
|