| | |
| | | * @return 详情内容 |
| | | */ |
| | | R detailEasyPhoto(Long id, Long userId); |
| | | /** |
| | | * 随手拍详情 - 脱敏 |
| | | * |
| | | * @param id |
| | | * 随手拍主键 |
| | | * @param userId |
| | | * 登录用户id |
| | | * @return 详情内容 |
| | | */ |
| | | R detailEasyPhotoDesensitize(Long id, Long userId); |
| | | |
| | | /** |
| | | * 上传随手拍 |
| | |
| | | R pageEasyPhotoApplets(ComActEasyPhotoVO comActEasyPhotoVO); |
| | | |
| | | /** |
| | | * 小程序分页查询随手拍 |
| | | * |
| | | * @param comActEasyPhotoVO |
| | | * 查询参数 |
| | | * @return 返回结果 |
| | | */ |
| | | R pageEasyPhotoAppletsDesensitize(ComActEasyPhotoVO comActEasyPhotoVO); |
| | | |
| | | /** |
| | | * 随手拍评论分页查询 |
| | | * |
| | | * @param pageComActEasyPhotoCommentDTO |
| | |
| | | * @return 查询结果 |
| | | */ |
| | | R pageComActEasyPhotoComment(PageComActEasyPhotoCommentDTO pageComActEasyPhotoCommentDTO); |
| | | /** |
| | | * 随手拍评论分页查询 - 脱敏 |
| | | * |
| | | * @param pageComActEasyPhotoCommentDTO |
| | | * 查询参数 |
| | | * @return 查询结果 |
| | | */ |
| | | R pageComActEasyPhotoCommentDesensitize(PageComActEasyPhotoCommentDTO pageComActEasyPhotoCommentDTO); |
| | | |
| | | |
| | | /** |
| | | * 评论点赞/取消点赞 |