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

合并代码

上级 acc07129
...@@ -47,9 +47,4 @@ export function getCreateAuth(data: { title: string, file_name: string }) { ...@@ -47,9 +47,4 @@ 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)
} }
\ No newline at end of file
// 获取公共字典列表
export function getMapList() {
return httpRequest.get('/api/resource/v1/util/get-data-dictionary-list')
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论