feat:对接视频收藏功能

This commit is contained in:
zjc
2025-02-25 17:54:34 +08:00
parent b5c1b97818
commit ee2cc5b94a
2 changed files with 67 additions and 5 deletions

View File

@@ -44,3 +44,12 @@ export function postVideoControlApi(data) {
data
})
}
// 收藏视频
export function postVideoCollectApi(data) {
return request({
url: '/fjtcc-api/api/largeScreen/video/collect',
method: 'get',
params: data
})
}