| | |
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | import org.yeshi.utils.entity.wx.RedPackRecord;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.AlipayTransferResultInfo;
|
| | | import com.yeshi.fanli.entity.bus.user.Extract;
|
| | | import com.yeshi.fanli.entity.bus.user.UserInfo;
|
| | | import com.yeshi.fanli.entity.common.AdminUser;
|
| | | import com.yeshi.fanli.exception.ExtractException;
|
| | | import com.yeshi.fanli.exception.NotExistObjectException;
|
| | |
| | | * @return
|
| | | */
|
| | | public BigDecimal sumVerifyingMoney(Long uid);
|
| | | |
| | |
|
| | | |
| | | /**
|
| | | * 自动提现-微信
|
| | | * @param user
|
| | | */
|
| | | public void autoExtract(UserInfo user);
|
| | |
|
| | |
|
| | | /**
|
| | | * 获取自动提现openid
|
| | | * @return
|
| | | */
|
| | | public List<String> getAutoExtractOpenIds() throws Exception;
|
| | |
|
| | | /**
|
| | | * 更新手动微信提现红包记录
|
| | | * @param list
|
| | | * @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;
|
| | | |
| | | }
|