From 9797e46619f64bddb78d4b4eaa03d53069ac2ba4 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 01 九月 2025 17:37:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- 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