xiangpei
2025-06-16 7f64f671e5efa837b610210db372b2d5c6a897d2
manager/src/api/videoTag.js
@@ -10,10 +10,11 @@
}
// 获取视频标签列表
export const getVideoTagList = () => {
export const getVideoTagList = (params) => {
    return service({
        url: "/lmk/video-tag/list",
        method: "GET"
        method: "GET",
        params: params
    })
}