|
@@ -10,7 +10,6 @@ const videoApi = {
|
|
|
videoResourceApi: '/api/content/post/video/resource',
|
|
videoResourceApi: '/api/content/post/video/resource',
|
|
|
convertVideoApi: '/api/content/post/video/convert',
|
|
convertVideoApi: '/api/content/post/video/convert',
|
|
|
|
|
|
|
|
- videoRegionApi: '/api/content/video/region',
|
|
|
|
|
videoCategoryApi: '/api/content/video/categories',
|
|
videoCategoryApi: '/api/content/video/categories',
|
|
|
categoryVideoApi: '/api/content/video/category',
|
|
categoryVideoApi: '/api/content/video/category',
|
|
|
categoryShortVideoApi: '/api/content/video/category/short',
|
|
categoryShortVideoApi: '/api/content/video/category/short',
|
|
@@ -90,7 +89,7 @@ export function convertVideo(videoId) {
|
|
|
// *********************************************************************************************************************
|
|
// *********************************************************************************************************************
|
|
|
// 获取视频分类
|
|
// 获取视频分类
|
|
|
export function videoRegion() {
|
|
export function videoRegion() {
|
|
|
- return get(videoApi.videoRegionApi)
|
|
|
|
|
|
|
+ return get(videoApi.videoCategoryApi)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export function videoCategories() {
|
|
export function videoCategories() {
|