| | |
| | | package cn.lili.modules.member.service; |
| | | |
| | | import cn.lili.base.Result; |
| | | import cn.lili.common.vo.PageVO; |
| | | import cn.lili.modules.lmk.domain.query.FootPrintQuery; |
| | | import cn.lili.modules.lmk.domain.vo.VideoFootVO; |
| | | import cn.lili.modules.lmk.domain.vo.VideoVO; |
| | | import cn.lili.modules.member.entity.dos.FootPrint; |
| | | import cn.lili.modules.member.entity.dto.FootPrintQueryParams; |
| | | import cn.lili.modules.search.entity.dos.EsGoodsIndex; |
| | |
| | | IPage<EsGoodsIndex> footPrintPage(FootPrintQueryParams params); |
| | | |
| | | /** |
| | | * 获取会员视频浏览历史分页 |
| | | * |
| | | * @param params 分页 |
| | | * @return 会员浏览历史列表 |
| | | */ |
| | | Result videoFootPrintPage(FootPrintQuery params); |
| | | |
| | | /** |
| | | * 获取会员行为分析 |
| | | * @param id 会员i |
| | | * @return |
| | | */ |
| | | Result memberActionAnalyse(String id); |
| | | |
| | | /** |
| | | * 获取当前会员的浏览记录数量 |
| | | * |
| | | * @return 当前会员的浏览记录数量 |