| | |
| | | package com.yeshi.makemoney.app.service.inter.money; |
| | | |
| | | import com.ks.lib.common.exception.ParamsException; |
| | | import com.yeshi.makemoney.app.dto.money.ExtractConfig; |
| | | import com.yeshi.makemoney.app.dto.mq.ExtractTransferResultMQMsg; |
| | | import com.yeshi.makemoney.app.entity.SystemEnum; |
| | | import com.yeshi.makemoney.app.entity.money.Extract; |
| | | import com.yeshi.makemoney.app.exception.money.ExtractException; |
| | | import com.yeshi.makemoney.app.exception.money.UserMoneyBalanceException; |
| | |
| | | public boolean canExtractLittleMoney(Long uid, int maxNewerCount, Date date); |
| | | |
| | | |
| | | /** |
| | | * @return java.math.BigDecimal |
| | | * @author hxh |
| | | * @description 正在提现中的金额 |
| | | * @date 17:51 2022/4/20 |
| | | * @param: uid |
| | | **/ |
| | | public BigDecimal getExtractingMoney(Long uid); |
| | | |
| | | /** |
| | | * @return com.yeshi.makemoney.app.dto.money.ExtractConfig |
| | | * @author hxh |
| | | * @description 获取提现配置 |
| | | * @date 17:57 2022/4/20 |
| | | * @param: system |
| | | **/ |
| | | public ExtractConfig getExtractConfig(SystemEnum system); |
| | | |
| | | |
| | | } |