From 411d3c272c5bff654e068ec1e5bf32ac892bd669 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 03 六月 2025 11:45:02 +0800
Subject: [PATCH] 视频主页架子

---
 api/video.js |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/api/video.js b/api/video.js
index 843d069..c46c6b9 100644
--- a/api/video.js
+++ b/api/video.js
@@ -88,3 +88,31 @@
 	data: data
   });
 }
+
+/**
+ * 璇勮鐐硅禐
+ * 
+ * @param params
+ */
+ export function thubmsUpComment(data) {
+  return http.request({
+    url: "/lmk/video-comment/thumbs_up",
+    method: Method.POST,
+    needToken: true,
+	data: data
+  });
+}
+
+/**
+ * 鍙栨秷璇勮鐐硅禐
+ * 
+ * @param params
+ */
+ export function cancelThubmsUpComment(data) {
+  return http.request({
+    url: "/lmk/video-comment/cancel/thumbs_up",
+    method: Method.POST,
+    needToken: true,
+	data: data
+  });
+}

--
Gitblit v1.8.0