peng
2025-06-25 4c67720131183a10c8b854943d270f13e8db74ce
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
    })
}