feat: update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// 登录
|
||||
export const loginApiUrl = "/guest/login";
|
||||
|
||||
// 配置
|
||||
// 配置
|
||||
export const getSystemConfigListApiUrl = "/system/config/list";
|
||||
export const getSystemConfigSaveApiUrl = "/system/config/save";
|
||||
|
||||
@@ -23,23 +23,22 @@ export const getSystemUserInfoApiUrl = "/system/user/info";
|
||||
export const getSystemUserlistApiUrl = "/system/user/list";
|
||||
|
||||
// 视频分类 /shipin/fenlei/list?page=1&limit=10&key=
|
||||
export const getShipinFenleiApiUrl = "/shipin/fenlei/list";
|
||||
// 视频列表 /shipin/main/list?page=1&limit=10&key=
|
||||
export const getShipinMainListApiUrl = "/shipin/main/list";
|
||||
export const getVideoCategoryApiUrl = "/video/category/list";
|
||||
export const getVideoListApiUrl = "/video/list";
|
||||
// 视频列表 -批量设置每日推荐视频
|
||||
export const getShipinMainMrtjApiUrl = "/shipin/main/mrtj";
|
||||
export const getShipinMainVipApiUrl = "/shipin/main/vip";
|
||||
export const getVideoSetLevelApiUrl = "/video/level/set";
|
||||
export const getVideoSetBoxOfficeApiUrl = "/video/boxoffice/set";
|
||||
|
||||
// seo关键词
|
||||
export const getKeyWordListApiUrl = "/system/keyword/list";
|
||||
export const getKeyWordSaveApiUrl = "/system/keyword/save";
|
||||
export const getKeyWordDelApiUrl = "/system/keyword/del";
|
||||
|
||||
// 小说分类
|
||||
// 小说分类
|
||||
export const getXiaoShuoFenleiApiUrl = "/novel/category/list";
|
||||
// 小说章节
|
||||
// 小说章节
|
||||
export const getXiaoZhangJieYouApiUrl = "/xiaoshuo/zhangjie/list";
|
||||
// 小说列表
|
||||
// 小说列表
|
||||
export const getXiaoShuoMainListApiUrl = "/novel/list";
|
||||
|
||||
// 广告分组 /guanggao/main/group/list?page=1&limit=10&key=
|
||||
@@ -67,7 +66,6 @@ export const getGuangGaoMainSaveApiUrl = "/guanggao/main/save";
|
||||
// 删除广告 /guanggao/main/group/del 传参form-data 参数 gg_id
|
||||
export const getGuangGaoMainDelApiUrl = "/guanggao/main/del";
|
||||
|
||||
|
||||
// 参数模板列表
|
||||
export const getTkdargListUrl = "/site/tkdarg/list";
|
||||
|
||||
@@ -77,6 +75,3 @@ export const getTemplateListUrl = "/site/template/list";
|
||||
export const getSubjectFomartGroupList = "/site/subject/fomart/group/list";
|
||||
// 替换模板列表
|
||||
export const getSubjectFomartList = "/site/subject/fomart/list";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user