From 13f39a06acaca62e665b383b1395b2c76e0397a1 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 24 十一月 2025 15:26:08 +0800
Subject: [PATCH] 补偿领取
---
manager/src/api/video.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/manager/src/api/video.js b/manager/src/api/video.js
index ba0ca82..265a401 100644
--- a/manager/src/api/video.js
+++ b/manager/src/api/video.js
@@ -119,3 +119,16 @@
data: params
})
}
+export const getCommentPage=(params) =>{
+ return service({
+ url:"/lmk/videoComment",
+ method:"GET",
+ params:params
+ })
+}
+export const removeById=(params) =>{
+ return service({
+ url:"/lmk/videoComment/"+params,
+ method:"DELETE",
+ })
+}
--
Gitblit v1.8.0