| | |
| | |
|
| | | import java.util.Date;
|
| | |
|
| | | import org.apache.ibatis.annotations.Param;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.dto.wx.WXAccountInfoDTO;
|
| | | import com.yeshi.fanli.entity.bus.user.UserInfo;
|
| | |
| | | */
|
| | | public void updateActiveTime(Long uid, Date date);
|
| | |
|
| | | /**
|
| | | * 开启自动提现: 更新超过期限的
|
| | | * |
| | | * @param days
|
| | | */
|
| | | public void updateAutoExtract(@Param("days") Integer days);
|
| | |
|
| | | /**
|
| | | * 返回用户所有相关额外信息
|
| | |
| | | * @param goldCoin
|
| | | */
|
| | | public void addGoldCoinByUid(Long uid, Integer goldCoin);
|
| | | |
| | |
|
| | | |
| | | /**
|
| | | * 上传二维码
|
| | | * @param file
|
| | | * @param uid
|
| | | */
|
| | | public void uploadERCode(MultipartFile file, Long uid);
|
| | | |
| | | }
|