| | |
| | | package cn.lili.modules.lmk.service; |
| | | |
| | | import cn.lili.group.Add; |
| | | import cn.lili.modules.lmk.domain.entity.MyCollect; |
| | | import cn.lili.modules.lmk.domain.entity.Video; |
| | | import cn.lili.modules.lmk.domain.form.*; |
| | | import cn.lili.modules.lmk.domain.query.*; |
| | |
| | | |
| | | Result healthRecommendVideo(WxHealthVideoQuery query); |
| | | |
| | | Result kitchenTypeList(); |
| | | |
| | | Result kitchenRecommendVideo(WxKitchenVideoQuery query); |
| | | |
| | | /** |
| | | * 批量更新视频收藏数量 |
| | | * |
| | |
| | | |
| | | Result delKitchen(String id); |
| | | |
| | | /** |
| | | * 视频商品查看 |
| | | * |
| | | * @param videoId |
| | | * @return |
| | | */ |
| | | Result getGoodsDetail(String videoId); |
| | | |
| | | /** |
| | | * 用户下架视频 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | Result buyerDownVideo(String id); |
| | | |
| | | /** |
| | | * 修改视频 |
| | | * |
| | | * @param form |
| | | * @return |
| | | */ |
| | | Result updatePublish(WxVideoForm form); |
| | | |
| | | /** |
| | | * mq执行视频收藏/取消收藏 |
| | | * |
| | | * @param collect |
| | | */ |
| | | void mqCollectChange(MyCollect collect); |
| | | } |