|
|
@@ -15,8 +15,7 @@ const adminApi = {
|
|
|
getAlbumsApi: '/api/admin/content/video/all',
|
|
|
getArticlesApi: '/api/admin/content/video/all',
|
|
|
getVideosApi: '/api/admin/content/vod/list',
|
|
|
- getSiteNoticeApi: '/api/admin/content/vod/site_notice',
|
|
|
- getVideoCategoryApi: '/api/admin/content/vod/video_category'
|
|
|
+ getSiteNoticeApi: '/api/admin/content/vod/site_notice'
|
|
|
}
|
|
|
|
|
|
export function getAccountRegistry() {
|
|
|
@@ -82,7 +81,3 @@ export function getVipPlan() {
|
|
|
export function getSiteNotice() {
|
|
|
return get(adminApi.getSiteNoticeApi)
|
|
|
}
|
|
|
-
|
|
|
-export function getVideoCategory() {
|
|
|
- return get(adminApi.getVideoCategoryApi)
|
|
|
-}
|