From 2ca169c85f61256fb5185c078dba1bfef2be5066 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 11 六月 2025 22:34:11 +0800
Subject: [PATCH] 小程序鉴权处理
---
framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java | 45 +++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 43 insertions(+), 2 deletions(-)
diff --git a/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java b/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
index 38011b9..01b4655 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java
@@ -1,8 +1,8 @@
package cn.lili.modules.lmk.service;
-import cn.lili.base.AbsQuery;
import cn.lili.modules.lmk.domain.entity.Video;
import cn.lili.modules.lmk.domain.form.*;
+import cn.lili.modules.lmk.domain.query.AuthorVideoQuery;
import cn.lili.modules.lmk.domain.query.ManagerVideoQuery;
import cn.lili.modules.lmk.domain.vo.CollectTypeNumVO;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -118,8 +118,9 @@
* 灏忕▼搴忕鐨勮棰戞帹鑽愭帴鍙�
*
* @return
+ * @param query
*/
- Result recommendVideo(AbsQuery query);
+ Result recommendVideo(VideoQuery query);
/**
* 鎵归噺鏇存柊瑙嗛鏀惰棌鏁伴噺
@@ -142,4 +143,44 @@
* @return
*/
Result saveViewRecord(VideoFootPrintForm form);
+
+ /**
+ * 鑾峰彇瑙嗛涓婚〉浣滆�呬俊鎭�
+ *
+ * @param authorId
+ * @return
+ */
+ Result getAuthorInfo(String authorId);
+
+ /**
+ * 鑾峰彇瑙嗛涓婚〉浣滆�呰棰戝垎椤�
+ *
+ * @param query
+ * @return
+ */
+ Result getAuthorVideoPage(AuthorVideoQuery query);
+
+ /**
+ * 鑾峰彇瑙嗛涓婚〉浣滆�呮敹钘忚棰戝垎椤�
+ *
+ * @param query
+ * @return
+ */
+ Result getAuthorCollectVideoPage(AuthorVideoQuery query);
+
+ /**
+ * 淇濆瓨瑙嗛涓婚〉鐨勪釜浜轰俊鎭慨鏀�
+ *
+ * @param form
+ * @return
+ */
+ Result homePageInfoEdit(VideoHomePageInfoForm form);
+
+ /**
+ * 灏忕▼搴�-瑙嗛璇︽儏
+ *
+ * @param id
+ * @return
+ */
+ Result wxDetail(String id);
}
--
Gitblit v1.8.0