Update VideoGroup structure
This commit is contained in:
@@ -23,5 +23,11 @@ export const KsVideoGroupService = {
|
||||
|
||||
getVideoGroupById(id) {
|
||||
return axios.get(`/fe-api/video-group/${id}`);
|
||||
},
|
||||
|
||||
getVideoCountByGroup(groupIds) {
|
||||
return axios.get('/fe-api/ksvideos/video-count', {
|
||||
params: { groupIds }
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user