提交 140ba174 authored 作者: lihuihui's avatar lihuihui

合并代码

上级 acc07129
...@@ -48,8 +48,3 @@ export function getCreateAuth(data: { title: string, file_name: string }) { ...@@ -48,8 +48,3 @@ export function getCreateAuth(data: { title: string, file_name: string }) {
export function updateAuth(data: { source_id: string }) { export function updateAuth(data: { source_id: string }) {
return httpRequest.post('/api/resource/v1/resource/video/create-auth', data) return httpRequest.post('/api/resource/v1/resource/video/create-auth', data)
} }
// 获取公共字典列表
export function getMapList() {
return httpRequest.get('/api/resource/v1/util/get-data-dictionary-list')
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论